Skip to content

alexurdea/Decorator-and-CoR-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is intended to be a set of scripts that experiment with the Decorator and Chain of Responsibility patterns. 

* Article:
---------------
- http://www.vibesphere.com/2012/08/taking-off-dynamically-added-behavior-in-javascript/

* Dependencies:
---------------
- Underscore JS (just the _.bind function - so any library with the same API would do)
- utility functions in lib/extend.js - inheritance mechanism copied from Backbone JS (using surrogate constructor and `constructor` method)

About

Trying out ways to achieve functionality removal, with the Decorator and CoR patterns, in Javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published