Software Development
Clean Code
by Robert C. Martin
About the Book
A handbook of agile software craftsmanship that has helped countless developers write better code.
My Perspective
This book completely changed my approach to writing code. While some examples might be dated, the core principles about writing clean, maintainable code are timeless. It helped me understand that code is read far more often than it is written, and therefore readability should be a top priority.
Favorite Quotes
Clean code always looks like it was written by someone who cares.
Page 14
The only way to go fast is to go well.
On the importance of maintaining code quality
Page 48