A Craftsman's Guide to Software Structure and Design
Ratings28
Average rating4.1
this is one of the important books that i wanted to read from a long time ago. It's helpful to anyone working in software design and development. I liked it , it was fast paste and straght forward.
this is really an excelent book about creating good, reusable and disconnected from infrastructure details code.
If clean code was all about the code, this is about how you structure the code to make it more reusable, framewoderk independent and solid.
If you think MVC and Rails or Django or Phoenix is the way to go for a web project, think again with this book.
Great software does not rely on any framework. It just uses the framework when it needs.