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

663 B

Construire des applications …​

bien structurées …​

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

évolutives …​

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, page 203, Inner circle are policies, page 250, Chapitre 28 - The Boundaries