Exploring The Decorator Pattern In JavaScript & jQuery
Today we'll be taking a look at the decorator pattern, a structural pattern that promotes code reuse and is a flexible alternative to subclassing. This pattern is also useful for modifying existing systems where you may wish to add additional … Continue reading
