A Craftsman's Guide to Software Structure and Design
Ratings12
Average rating4.3
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.