Design Patterns

This is an old revision of this page, as edited by Mav (talk | contribs) at 20:53, 3 January 2003 (please, please, please write in complete sentences). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Design Patterns is a book by Gamma, Helm, Johnson and Vlissides, also known as the Gang of Four. It is about elements of reusable object-oriented software and was the first widely used source of software design patterns.

GoF describes patterns in a number of categories:

Creational Patterns

Structural Patterns

Behavioral Patterns

For information about design patterns in general, see the design pattern article.