Clean Code
Read★★★★☆
ISBN9780132350884
CategorySoftware Engineering
AddedApr 19, 2026
LanguageEnglish
FormatHardcover
Pages431
PublisherPrentice Hall
Published2008
ShelfA-2
PaidUSD39.00
Clean Code
Robert C. Martin
Synopsis
A handbook of agile software craftsmanship that teaches programmers how to write code that is readable, maintainable, and expressive.
Personal Notes
## My Notes Strong opinions, some of which I disagree with (function length dogma), but the chapter on naming is worth the price alone. **Chapters I revisit often**: 2 (Names), 3 (Functions), 10 (Classes).