Skip to content

Instantly share code, notes, and snippets.

@lazywithclass
Created April 7, 2017 20:40
Show Gist options
  • Save lazywithclass/2ff92b738b7f1fe1e9d6d35770373a21 to your computer and use it in GitHub Desktop.
Save lazywithclass/2ff92b738b7f1fe1e9d6d35770373a21 to your computer and use it in GitHub Desktop.
[RC Diary] Speed reading app (-53)

[RC Diary] Speed reading app (-53)

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment