Slide 26
Slide 26 text
Hints
Visibility
Use the power of your programming language, private
Attributes with public getters and setters are no
information hiding. Yes, you can have classes with a
package visibility level.
Packages
Place each aggregate in its own package and work with
package level visibility
References
I prefer Aggregates that do not reference themselves,
they are hooked together with a few shared value
objects which leads to more decoupling