Skip to content

Instantly share code, notes, and snippets.

@lazywithclass
Created April 14, 2017 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lazywithclass/54c4ecda5abc33ee6067618600ee05b1 to your computer and use it in GitHub Desktop.
Save lazywithclass/54c4ecda5abc33ee6067618600ee05b1 to your computer and use it in GitHub Desktop.
[RC Diary] Progressing (-47)

[RC Diary] Progressing (-47)

Refucktoring event

It was a success, everyone seemed to have enjoyed it!

I went through the JavaScript project, and we found a few things that might improved in the original library, like for example code coverage, or off by one errors.

This experiment actually validated my point about having a mutation testing library going through github repos, to find problems and areas where could might be improved.

Speed read app

ah-ha moment today! It happened while working on the speed reading app, imagine you want to refactor some code, so that you want to avoid sharing one model's internals into another, the way we approached it was to use partial functional application, and pass the partially applied function.

The little schemer

Finished chapter 7. Yas!

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