Sharing Aggregate Roots between Bounded Contexts
"wonderfulworldofpingpong" <[email protected]>
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <[email protected]> |
Is it okay to share Aggregate roots between bounded contexts? For example, a 'contact' aggregate root shared between two BCs like Project Management and Contact Management? When an aggregate root is shared between Bounded Contexts, the repository also can be shared. Is this domains corruption or is it within DDD best practice? ------------------------------------