Code Reading

Nate recently says we should read more code. I wholeheartedly agree. Here is what I recommend to read in the language of Ruby:

  • Camping—Learn how a minimum web framework works

  • Roda—Learn how a web framework works (the plugins folder)
  • Sequel—Learn how a database adapter works
  • HTTPX—Learn how to make a HTTP client
  • Hound—Learn how to make a clean Rails app