Skip to content

Commit

Permalink
fix hex chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
zakirullin committed Sep 28, 2024
1 parent e39eb6e commit 4c9641f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,7 @@ If you think these architectures allow you to quickly swap out databases or othe

Even though these layered architectures have accelerated an important shift from traditional database-centric applications to a somewhat infrastructure-independent approach, where the core business logic is independent of anything external, the idea is by no means novel.

These architectures are not fundamental, they are just subjective, biased consequences of more fundamental principles. Why rely on those subjective interpretations? Follow the fundamental rules instead: dependency inversion principle, cognitive load and information hiding.

[Discussion](https://github.com/zakirullin/cognitive-load/discussions/24)
These architectures are not fundamental, they are just subjective, biased consequences of more fundamental principles. Why rely on those subjective interpretations? Follow the fundamental rules instead: dependency inversion principle, cognitive load and information hiding. [Discuss](https://github.com/zakirullin/cognitive-load/discussions/24)

## DDD
Domain-driven design has some great points, although it is often misinterpreted. People say "We write code in DDD", which is a bit strange, because DDD is about problem space, not about solution space.
Expand Down

0 comments on commit 4c9641f

Please sign in to comment.