On why you should read code more: more accurate and informative than docs, and you learn a lot. https://t.co/pQecY9BX86
— Nate Berkopec (@nateberkopec) February 25, 2020
Nate recently says we should read more code. I wholeheartedly agree. Here is what I recommend to read in the language of Ruby:
- Mote—Learn how a template engine works
- MicroMachine—Learn how finite state machine works
- TOTP—Learn how Time-based One-Time Passwords works
- Clap—Learn how to parse command line arguments works
- Oath—Learn how authentication library works
- Deep Dive Series by Hrvoje Šimić
- Monkey & Crow Series
- Camping—Learn how a minimum web framework works