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

28 lines
663 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

== Construire des applications ...
=== bien structurées ...
include::clean_architecture.adoc[]
=== évolutives ...
include::12-factors.adoc[]
=== maintenables ...
include::maintainable-applications.adoc[]
include::mccabe.adoc[]
=== robustes, flexibles, ...
include::solid.adoc[]
=== et testées.
[quote]
----
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
----