Best practices for partitioning a domain model

If you are working on a domain model in a team environment, there are some suggested best practices for how to partition the domain models.

Group all domains into one or more domain models, so that domains can be reused in future projects.


Feedback