Ext Extension with Factory Functions File Pattern 21. September 2010 9 Comments This post describes how to write an Ext extension using factory functions. Read More »
Factory Functions in Ext Extensions (Abstract Classes) 7. August 2010 16 Comments 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. Read More »
Factory Function File Pattern 17. March 2009 3 Comments 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. Read More »