Intelligent children pattern

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(New page: 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 correspo...)
 
m
Line 5: Line 5:
  
 
== See also ==
 
== See also ==
* [[Robert_Cecil_Martin_1997b]]
+
* [[Robert Cecil Martin 1997b]]
 
* [[Defer identification of state variables pattern]]
 
* [[Defer identification of state variables pattern]]
 
* [[Parallel inheritance hierarchies smell]]
 
* [[Parallel inheritance hierarchies smell]]
 
* [[Parallel hierarchies problem]]
 
* [[Parallel hierarchies problem]]

Revision as of 03:38, 22 August 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.


See also

Personal tools