From 810ceb6b81bda3c4c7c743c6d89a1b4a5c50b6d5 Mon Sep 17 00:00:00 2001 From: Fred Date: Fri, 30 Jul 2021 16:03:13 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'source/part-1-work?= =?UTF-8?q?space/maintainable-applications/=5Findex.adoc'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/part-1-workspace/maintainable-applications/_index.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/part-1-workspace/maintainable-applications/_index.adoc b/source/part-1-workspace/maintainable-applications/_index.adoc index cb98325..241a6dd 100644 --- a/source/part-1-workspace/maintainable-applications/_index.adoc +++ b/source/part-1-workspace/maintainable-applications/_index.adoc @@ -22,5 +22,7 @@ include::solid.adoc[] [quote] ---- Tests are part of the system. --- Robert C. Martin, Clean Architecture, page 250, Chapitre 28 - The Boundaries +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 ---- \ No newline at end of file