Clean Architecture Flashcards
What does SRP stand for?
The single responsibility principle.
What does OCP stand for?
The open-closed principle.
What does LSP stand for?
The Liskov substitution principle.
What does ISP stand for?
The interface segregation principle.
What does DIP stand for?
The dependency inversion principle.
The author of the book Clean Architecture.
Robert C. Martin is the author of the book Clean Architecture.
Summarize the structured programming paradigm.
Structured programming imposes discipline on direct transfer of control.
Summarize the object-oriented programming paradigm.
Object-oriented programming imposes discipline on indirect transfer of control.
Summarize the functional programming paradigm.
Functional programming imposes discipline upon assignment.