...

/

Modeling and Key Patterns of DDD

Modeling and Key Patterns of DDD

Examine some key strategic patterns of DDD and their role in enhancing application development.

Modeling

The domain model is a product of the collaboration between domain experts and developers using the UL. What goes into the model should be limited to the data and behaviors that are relevant to the problem domain, not everything possible in an attempt at modeling reality. The point of a domain model is to solve problems identified in the domain. ...