Ext Extension with Factory Functions File Pattern
This post describes how to write an Ext extension using factory functions.
This post describes how to write an Ext extension using factory functions.
In essence, factory functions are class methods that manufacture items or other properties during the instantiation of the class. This article explains pros and cons of factory function and how to use them correctly.
You know, I’m not very big fan of factory functions, nevertheless, I’m aware of the fact that they may be necessary in some situations.