gwift-book/source/part-1-workspace/maintainable-applications/_index.adoc

787 B

Architecture

A software system that is hard to develop is not likely to have a long and healthy lifetime
— Robert C. Martin
Clean Architecture

Unresolved directive in <stdin> - include::clean_architecture.adoc[]

Evolutions

Unresolved directive in <stdin> - include::12-factors.adoc[]

Maintenabilité

Unresolved directive in <stdin> - include::maintainable-applications.adoc[] Unresolved directive in <stdin> - include::mccabe.adoc[]

Robustesse et flexibilité

Unresolved directive in <stdin> - include::solid.adoc[]

Intégrées

Tests are part of the system. You can think of tests as the outermost circle in the architecture. Nothing within in the system depends on the tests, and the tests always depend inward on the components of the system ».
— Robert C. Martin
Clean Architecture