Domain Modeling Gone Wrong – Part 1
How do you model a complex domain? In domain-driven design, you might think about entities, value objects, and aggregates when domain modeling. But how are you defining those? I will go over what a common modeling approach is but is backward. Let me explain why. YouTube Check out my YouTube channel, where I post all kinds of content accompanying my posts, including this video showing everything in this post. Ugh, Aggregates, Entities, and Value Objects Typical advice is to figure out what your aggregates are. You define entities and value objects and then group them together to define aggregates. Aggregates are a… Read More »Domain Modeling Gone Wrong – Part 1