Decorator Pattern Tradeoffs
The movitation for decorators is to separate special-purpose class from a more generic one. However docrators tend to be shallow: they introduce a large amount of base for a small amount of new functionality
The movitation for decorators is to separate special-purpose class from a more generic one. However docrators tend to be shallow: they introduce a large amount of base for a small amount of new functionality