Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.49 KB

clean-code.mdx

File metadata and controls

36 lines (31 loc) · 1.49 KB
title date lastmod tags draft summary authors canonicalUrl images
Clean Code
2022-08-16
2024-04-18
book-shelf
productivity
software
false
A Handbook of Agile Software Craftsmanship
Josh
/static/images/tools.jpg

I enjoyed this book for its strong foundation in solid programming principles. It's no surprise the tech industry widely references and recommends it - Robert Martin ("Uncle Bob") is a legend, and this book, along with Clean Architecture and Clean Coder, exemplifies his expertise.

![workering tools](/static/images/tools.jpg)

Martin first expertly explains core concepts and principles for writing maintainable, robust code. He then applies these concepts through insightful case studies, demonstrating how to improve and refactor legacy code. Finally, he provides a helpful list of "code smells" to watch for in older projects.

Back to the Book Shelf