Hacker News new | ask | show | jobs
by austincheney 3236 days ago
The repo that helped me learn to developer is JSLint. This influenced my thinking on code organization more than all other facets combined. Please note though that JSLint has changed directions on a couple things since I started learning programming in 2008.

* https://github.com/douglascrockford/jslint

The repository that taught me about parsers, code style, and algorithms was writing PrettyDiff.

* https://github.com/prettydiff/prettydiff