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

25 lines
755 B
Plaintext
Raw Normal View History

== Architecture
2021-09-26 22:06:20 +02:00
[quote, Robert C. Martin, Clean Architecture, Chapitre 15, What is architecture ?, page 137]
A software system that is hard to develop is not likely to have a long and healthy lifetime
include::clean_architecture.adoc[]
=== Evolutions
2020-12-15 13:10:07 +01:00
include::12-factors.adoc[]
=== Maintenabilité
2020-12-15 13:10:07 +01:00
include::maintainable-applications.adoc[]
include::mccabe.adoc[]
2020-12-15 13:10:07 +01:00
include::solid.adoc[]
=== Intégrées
2021-09-26 22:06:20 +02:00
[quote, Robert C. Martin, Clean Architecture, page 203, Inner circle are policies, page 250, Chapitre 28 - The Boundaries]
Tests are part of the system.
2021-09-26 22:06:20 +02:00
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 ».