exercism / elm

Exercism exercises in Elm.
https://exercism.org/tracks/elm
MIT License
135 stars 109 forks source link

Get the `docs` in order #23

Closed parkerl closed 8 years ago

parkerl commented 8 years ago

We need the following:

per https://github.com/exercism/todo/issues/1

parkerl commented 8 years ago

@tgecho thanks for your help on these already. Here is the list of what is needed.

tgecho commented 8 years ago

So, I left a comment buried in a PR here https://github.com/exercism/xelm/pull/22#discussion_r55929561

I think the most important thing we need to do is sort out the learner install/test workflow. I think the contributor workflow isn't broken.

As far as I can tell the learner will receive any files without "example" in the name, so we could place an individual elm-package.json in each exercise directory with the elm-test/elm-console dependencies listed. A bit tedious, but a single copy and paste per exercise will save every learner a bit of annoyance.

There seems to be precedent for this sort of pattern: https://github.com/exercism/xscala/blob/master/exercises/bob/build.sbt https://github.com/exercism/xclojure/blob/master/exercises/bob/project.clj

If no one is opposed I'll throw up a PR updating all of the existing exercises and relevant documentation. Once we have that somewhat settled I'm eager to get the exercises I've been putting together merged in. We've got ten including hello-world!

tgecho commented 8 years ago

I'm not really sure what to put in learning vs resources. A few random prominent blog posts?

Maybe a link to exercism? :)

kytrinyx commented 8 years ago

Did you mean recursion? :)

Learning is for things that are good when first picking up a language, resources is for things that you might use while developing on a daily basis (language docs, etc).

tgecho commented 8 years ago

Very nice. :)

I think we've got a decent start: https://github.com/exercism/xelm/pull/40