Design Patterns: Difference between revisions

Content deleted Content added
Ben Liblit (talk | contribs)
Structural patterns: revert: "I Love U" is not a design pattern in this (or any other) book
Cconnett (talk | contribs)
link went to disambig and no directly appropriate article exists
Line 1:
:''This article is about the book by Gamma et al. For other meanings, see [[design pattern]]''.
 
'''''Design Patterns''''' (ISBN 0201633612) is a [[computer science]] book proposing standard solutions and naming conventions to common problems in software design. The book's authors are [[Erich Gamma]], [[Richard Helm]], [[Ralph Johnson]] and [[John Vlissides]], known as the "[[Gang of Four (disambiguation)|Gang of Four]]" or simply "GoF".
 
The first half of the book covers the definition of [[Design pattern (computer science)|software design pattern]]s then the second half shows the list of a host of practical reusable design patterns. It is accompanied by examples in [[C Plus Plus|C++]] and [[Smalltalk]]. Below is the list: