Aggregate pattern: Difference between revisions

Content deleted Content added
mNo edit summary
m Reverted edits by Rich Farmbrough to last version by Isolani
Line 18:
 
== Representing ==
Representing individual objects when the application is concerned about the general state of several objects is an ImpedenceMismatch. This is a common mismatch as programmers feel obligedobligated to model the world in minute detail then are pressed with the problem of giving it all a high level interface.
 
Create an object as a [[wrapper]], using the same API, with a common subtype