-
Overview
Page : - 2
Design Patterns is a software engineering book describing software design patterns. The authors are often referred to as the Gang of Four(GoF).
-
What is a Design Pattern?
Each pattern describes a problem which occurs over and over again in our environment, and then describes the core of the solution to that problems, in such a way that you can use this solution a million times over, without ever doing it the same way twice.
Chirstopher Alexander
In general, a pattern has four essential elements:
- Pattern name
- Problem
- Solution
- Consequences
-
Design Patterns in Smalltalk MVC
-
References
- Design Pattern: Elements of reusable object-oriented software; Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides; 1994