Re: Understanding Agrregates
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <CAMdXxPA-YuqAE7RQT=qXRRAEWFLqAQ3sgd4oVZgXX98EbpGLOA@mail.gmail.com> |
It's not a matter of terminology or guidelines. The problem is to specify clearly the requirements before doing the design. For instance, "multiple composition" is an oxymoron because composition is supposed to mean exclusive ownership. Once you get the requirements clear the definition of domains, root, aggregates, etc will be straightforward. Otherwise you will get stuck in a vicious circle. Rémy.