Intelligent children pattern
From CSSEMediaWiki
(Difference between revisions)
Line 10: | Line 10: | ||
* [[Robert Cecil Martin 1997b]] | * [[Robert Cecil Martin 1997b]] | ||
* [[Defer identification of state variables pattern]] | * [[Defer identification of state variables pattern]] | ||
+ | * [[Define classes by behavior, not state pattern]] | ||
* [[Parallel inheritance hierarchies smell]] | * [[Parallel inheritance hierarchies smell]] | ||
* [[Parallel hierarchies problem]] | * [[Parallel hierarchies problem]] |
Revision as of 21:47, 7 October 2008
This idea is similar to the Defer identification of state variables pattern.
Basically it states that the children of a Parallel hierarchies problem should know about the corresponding children of the other heirarchy.