Skip to content

Commit bc92969

Browse files
committed
SoC + modularity
1 parent 0366f1d commit bc92969

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

content/modularity/_index.md

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Les notions de _module_ et de _modularité_ viennent compléter la définition d
1616

1717
Dans cette section, nous donnerons la définition d'un module en nous basant sur le livre _Java Application Architecture_ puis nous verrons comment les principes de Module et de Service sont fortement liés.
1818

19+
## Point clé
20+
> The crucial aspect of modularity is concept of 'interchangeability'. If you can replace one component of your design with another component without changing anything else, we can say there is a high degree of modularity with that aspect of the design.
21+
1922
## Mesurer la modularité
2023

2124
La modularité d'un module peut se mesurer grâce à plusieurs métriques. Les deux principales sont :
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
+++
2+
title = "Separation of Concern"
3+
weight = 1
4+
+++
5+
6+
{{% notice style="tip" title="Ressource" icon="fa fa-icon" %}}
7+
8+
- [Separation of Concerns in Software Design](https://nalexn.github.io/separation-of-concerns/)
9+
{{% /notice %}}
10+
11+
Article en ressource vraiment incroyable

0 commit comments

Comments
 (0)