...
How useful are those meetings: 8/10
How useful was this specific material? (
- Extending the Bounded Context with Aggregates
...
- : 8.2/10
...
- Introducing the Second Bounded Context
...
- : 6.8/10
Final thoughts
- It's worth to consider using AggregateRoot, ValueObject superclass/interface.
- Getters should return immutable list of immutable objects or should be not implemented.
...