Re: Understanding Agrregates
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <CAKKp0qiGuBG71WfUD4KOT6XFxORghnVhSySYr7zQxu=GcsRBgg@mail.gmail.com> |
To be able to answer this question you need to provide concrete business examples. It is not practical or useful to do modeling in the abstract. Tell us what business problem are you trying to solve. Paul. On Thu, Jul 10, 2014 at 9:26 AM, [email protected] [domaindrivendesign] < [email protected]> wrote: > > > If I have a Customer and a Product and they are related by a Account. > > Account than is a Aggregate? > > > I will have: > Entity\Customer > > Entity\Product > > Aggregate\Account > > > Or my Account still an Entity? > > >