Please enable JavaScript.
Coggle requires JavaScript to display documents.
DDD - Coggle Diagram
DDD
Chapter 2
-
-
-
-
Event Sourcing
-
cons: it is expensive for an aggregate to go over its full event history to reach its final state all of the time
The best way to overcome this situation is to take a snapshot from the aggregate and replay only the events in the eventstream that occurred after the snapshot was taken
-
chapter 1
-
What
three pillars
Ubiquitous Language
Domain Experts will be required to collaborate closely with developers, and developers will have to think in terms of the business
-
-
-
Chapter 3
-
Characteristics
It measures, quantifies, or describes a thing in the domain
-
-
-
-
-
-
-
-