Re: Understanding Agrregates
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <CAAndJaRp2GwW2NStxgSBm=x5f9Qugm3xGCKPrQYH=4D4gbmxwg@mail.gmail.com> |
Have you guys some projects samples of DDD using Aggregate hosted on Github (or something)? 'll really appreciate! And thanks for the answers. 2014-07-11 11:35 GMT-03:00 Remy Fannader [email protected] [domaindrivendesign] <[email protected]>: > > > If accounts are identified by customers and cannot be transferred, use > composition > If accounts are identified on their own but must be "aggregated" to single > customers, use aggregate. > Otherwise use association. > > http://caminao.wordpress.com/how-to-implement-symbolic-representations/patterns/functional-patterns/connector-patterns/ > Rémy. > > >