When I first wrote this class, it was in a mindset coming from .net
This class should be rewritten utilizing standard JavaScript design patterns, such as:
Revealing module
Prototyping
I'm thinking maybe leave the .net-core-like stackable methods of adding features (because I like it), but add support for more JavaScript-y initialization methods as well.
When I first wrote this class, it was in a mindset coming from .net
This class should be rewritten utilizing standard JavaScript design patterns, such as:
I'm thinking maybe leave the .net-core-like stackable methods of adding features (because I like it), but add support for more JavaScript-y initialization methods as well.