Design Pattern Principles for ActionScript 3.0: Single Responsibility Principle
May 12, 2009 Actionscript 3.0, General
The Lunch Bucket Rules series is the Single Responsibility Principle. Succinctly stated, it means that each class should have one and only one responsibility. At the base of this principle is the idea that if you make a change, you are less likely to run into a problem if each class has a single responsibility.
Tags: Actionscript 3.0, Design Pattern, Principle, Principles, Single Responsibility



Leave a Reply