The main question here is whether the child models/entities have a life of their own or not. In DDD term, it is important to ask whether these children are
root aggregate or not.
For example, a car's wheel has no use outside the car. While a teacher outside school has a life of its own.
Breaking down all these are useful if they are to be used outside the parent.
aliostad
Member
228 Points
55 Posts
Re: Batching Web API calls
May 25, 2012 09:08 AM|LINK
Thanks for clarification.
The main question here is whether the child models/entities have a life of their own or not. In DDD term, it is important to ask whether these children are root aggregate or not.
For example, a car's wheel has no use outside the car. While a teacher outside school has a life of its own.
Breaking down all these are useful if they are to be used outside the parent.
So which case is it?