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

815 B

Construire des applications

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

Bien structurées

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

Evolutives

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

Maintenables

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

Robustes, flexibles

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

Et testé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