Aggregates

Learn what aggregates are and their importance in the Domain Driven Design world.

When dealing with complex bounded context, perhaps it is necessary to create a huge number of entities and value objects, perhaps it is necessary to create interactions between them, and perhaps this situation may lead to creating a big ball of mud. As explained before, this is an anti-pattern where interactions among objects are unmanageable. It can be described as spaghetti code.

A big ball of mud implementation tends to grow out of control ...

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy