Skip to content

Instantly share code, notes, and snippets.

Created October 6, 2016 22:13
Show Gist options
  • Save anonymous/d7f7b1f3932b1a77ac83ad67fcd70385 to your computer and use it in GitHub Desktop.
Save anonymous/d7f7b1f3932b1a77ac83ad67fcd70385 to your computer and use it in GitHub Desktop.
Length Points Week
1 to 6 hours 25 Week 2

Exercism Comparisons

By now you are probably starting to get the feeling of Okay I can get things to work in JavaScript but how to do I get my code to not look like a horrible dumpster fire?!?

The best way to start getting a feeling for how code is written in other languages is by seeing how other people code, and comparing their style to your own critically.

Luckily, we have an amazing tool called exercism.io which allows us to do that.

Deliverable

  • Compare 3 of your own completed exercism.io exercises in JavaScript, writing a gist of what you saw when comparing the answer to five other answers that other folks got.
  • Fork This Gist
  • Include a link to your results or the results themselves in the body of the forked gist

If you have trouble with the exercism UI, you can find other versions of exercisms you submitted at this link:http://exercism.io/tracks/javascript/exercises

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