Monthly Archives: October 2012

no “new” operator why?

Why the use of “new” is risky? As a programer with a vision to accomplish the functional code we do not consider asking the above question often. Some times I wonder is it really so risky to use “new”. If so then what makes … Continue reading

Posted in Design Patterns | Tagged , , , | Leave a comment

Abstract Factory! why, when and how?

It’s almost close to some 18 years since the GOF came up with a book on design principles. The intent was to capture the reusable aspect of design patterns and appreciate the class of problems these design pattern address. One can assume … Continue reading

Posted in Creational, Design Patterns | Leave a comment