diff options
Diffstat (limited to 'zettelkast/Notes/20240613112 - Aggregates should protect invariants.md')
-rw-r--r-- | zettelkast/Notes/20240613112 - Aggregates should protect invariants.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zettelkast/Notes/20240613112 - Aggregates should protect invariants.md b/zettelkast/Notes/20240613112 - Aggregates should protect invariants.md index 7e4d67c..0fd5ef7 100644 --- a/zettelkast/Notes/20240613112 - Aggregates should protect invariants.md +++ b/zettelkast/Notes/20240613112 - Aggregates should protect invariants.md @@ -1,4 +1,4 @@ -An invariant should be designed in such a way that it can enforce an invariant. This means even if they require another aggregate to do so, therefore it's allowed to reference other aggregates. +An [[202406131159 - Invariant]] should be designed in such a way that it can enforce an invariant. This means even if they require another aggregate to do so, therefore it's allowed to reference other aggregates. --- Related: |