Permalink

5

Exploring The Decorator Pattern In JavaScript & jQuery

Read Later submit to reddit

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