We worked mainly on this Elm app, me and a fellow recurser.
It is coming up pretty fast, the great thing about the environment are
- when your code compiles chances are it works as intended, and actually it was almost always like this for us
- the capability to explore the values that passed through the app over time
This last one was tremendously useful while developing. Not once we wrote a console.log
, not once. Talk about benefits of
no side effect!