evancz / elm-todomvc

The TodoMVC app written in Elm, nice example for beginners.
http://evancz.github.io/elm-todomvc/
BSD 3-Clause "New" or "Revised" License
1.22k stars 329 forks source link

WIP: Code Formatting #20

Closed rtfeldman closed 9 years ago

rtfeldman commented 9 years ago

Gonna do this incrementally...here is the first commit. Seem reasonable?

Further planned changes:

passy commented 9 years ago

Instead of the term "task" use the term "item" to avoid confusion with Elm Tasks

That's more in line with our other TodoMVC examples too. :)