Prentice Hall, 2017. — 432 p. — ISBN13: 978-0-13-449416-6.
Practical Software Architecture Solutions from the Legendary Robert C. Martin (“Uncle Bob”)
By applying universal rules of software architecture, you can dramatically improve developer productivity throughout the life of any software system. Now, building upon the success of his best-selling books Clean Code and The Clean Coder, legendary software craftsman Robert C. Martin (“Uncle Bob”) reveals those rules and helps you apply them.
What Is Design and Architecture?
A Tale of Two Values
Starting with the Bricks: Programming ParadigmsParadigm Overview
Structured Programming
Object-Oriented Programming
Functional Programming
Design PrinciplesSRP: The Single Responsibility Principle
OCP: The Open-Closed Principle
LSP: The Liskov Substitution Principle
ISP: The Interface Segregation Principle
DIP: The Dependency Inversion Principle
Component PrinciplesComponents
Component Cohesion
Component Coupling
ArchitectureWhat is Architecture
Independence
Boundaries: Drawing Lines
Boundary Anatomy
Policy and Level
Business Rules
Screaming Architecture
The Clea Architecture
Presenters and Humble Objects
Partial Boundaries
Layers and Boundaries
The Main Component
Services: Great and Small
The Test Boundary
Clean Embedded Architecture
DetailsThe Database Is a Detail
The Web Is a Detail
Frameworks Are Details
Case Study: Video Sales
The Mission Chapter