Analyzing Code
A week in your life:
Index
Learning Objectives
- Don't be afraid of other people's code
- Build the habits to understand new code
- Understand why and how to write clean code
Specifications
Read code! Either code you want to use for your projects, projects you want to replicate, or just for the pleasure of reading code.
Follow this template until you can do it correctly by habit.
Resources
links to good code to read
- When Understanding Means Re-Writing
- Demonstrating Intent
- Understanding Others' Code
- Wading Through Code
- Code Specs
- Navigating Codebase
- Writing Readable Code