Clean Architecture Flashcards
1
Q
What does consist the Clean Architecture?
A
It consists of a concentric layered architecture.
2
Q
What are the layers of this architecture?
A
Frameworks & Drivers -> Controller & Presenters -> Use Cases -> Entities.
3
Q
What are the characteristics of this architecture?
A
Independent of Frameworks
Testability
Independent of Database
Independent of any external agency