Re: Populating new aggregates
"Brian Sayatovic [email protected] [domaindrivendesign]" <[email protected]> Sat, 05 Sep 2015 01:00:00 +0000
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <CANXx7X3dzTLnjuQ-vr7ER5ZUyUSXt71taNxZdUTs5v1aej=xDw@mail.gmail.com> |
I concur that they should always be consistent. I use an ORM that can lazy load, so the aggregate isn't necessarily fully loaded in reality, although practically it is. When I create my aggregates, I always give it full objects, not id's to other objects.