Personal takeaway points from the Clean Code book by Robert C. Martin
- 1: Clean Code
- 2: Meaningful Names
- 3: Functions
- 4: Comments
- 5: Formatting
- 6: Objects and Data Structures
- 7: Error Handling
- 8: Boundaries
- 9: Unit Tests
- 10: Classes
- 17: Smells and Heuristics
References