Difference between revisions of "DesignPatterns"

From Suhrid.net Wiki
Jump to navigationJump to search
(Created page with "= Intro = * A design pattern systematically names, explains, and evaluates an important and recurring design problem and its solution.")
 
Line 2: Line 2:
  
 
* A design pattern systematically names, explains, and evaluates an important and recurring design problem and its solution.
 
* A design pattern systematically names, explains, and evaluates an important and recurring design problem and its solution.
 +
* Patterns support reuse of software architecture and design.
 +
* They give software engineers a vocabulary with which to describe their designs.

Revision as of 15:34, 27 November 2011

Intro

  • A design pattern systematically names, explains, and evaluates an important and recurring design problem and its solution.
  • Patterns support reuse of software architecture and design.
  • They give software engineers a vocabulary with which to describe their designs.