Summaries of books by Robert C. Martin:
Clean Architecture
A Craftsman's Guide to Software Structure and Design
Robert C. Martin
The book provides principles and guidelines for creating software architectures that are maintainable, scalable, and testable, independent of frameworks, databases, and user interfaces. It emphasizes the importance of separating concerns through layers and abstractions, and presents practical advice on how to apply these concepts to real-world software development.
See full summary
Clean Coder, The
A Code of Conduct for Professional Programmers
Robert C. Martin
The book provides guidance on professional conduct for programmers, emphasizing the importance of discipline, craftsmanship, and ethical behavior in software development. It covers topics such as writing clean code, managing time and stress, and dealing with conflict and tight schedules.
See full summary