Thinking
Tuesday, April 7, 2015
Composite pattern
A design pattern that solves this kind of structural problem is
called the Composite patternWith the Composite pattern, we can compose our strokes and dots into a tree structure
so that we can treat each of the nodes uniformly.
‹
›
Home
View web version