Design Patterns

This is an old revision of this page, as edited by Ryguasu (talk | contribs) at 02:44, 4 January 2003 ("gang of four" has no useful content, and "GoF" is a redirect to this article. Thus both links are silly, and I'm removing them.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer science, Design Patterns is a book by Gamma, Helm, Johnson and Vlissides, better known as the "Gang of Four" or simply "GoF".

The first half of the book covers the definition of software design patterns then the second half shows the list of a host of practical reusable design patterns. Below is the list:

Creational Patterns

Structural Patterns

Behavioral Patterns

For information about software design patterns in general, see Software design pattern, which provides a more extensive list of design patterns.