Follow Me

Archives

Blog Statistics

Total Visitors: 15863
Currently Online: 0

Factory method design pattern as3 example

The Factory method pattern belongs to the group of creational patterns,
it deals with the problem of creating objects (products) without specifying the exact class of object that will be created.

The factory method design pattern handles this problem by defining a separate method for creating the objects.
Subclasses can then override to specify the derived type of product [...]

Design patterns tutorial(#as3 #actionscript) overview

Ive been working with design patterns for a long time, and have had some really good experiences in the past when im refactoring code and enforcing the use of patterns.

In the following tutorials i plan to give brief explanations on each pattern, how to use it and example code where the pattern is being used.

Im [...]

Top 10 misconceptions about design patters

Download (PDF, 304.44KB)