Jump to content

Design pattern: Difference between revisions

From Niidae Wiki
imported>REDACTED403
m reads as AI generated (HG) (3.4.12)
 
(No difference)

Latest revision as of 11:25, 6 November 2024

Template:Short description Template:Redirect Template:About

A design pattern is the re-usable form of a solution to a design problem. The idea was introduced by the architect Christopher Alexander<ref name="Alexander, A Pattern Language" >Template:Cite book</ref> and has been adapted for various other disciplines, particularly software engineering.<ref name="Gang of Four" >Template:Cite book The "Gang of Four" book.</ref>

Details

[edit]

Template:Further

An organized collection of design patterns that relate to a particular field is called a pattern language. This language gives a common terminology for discussing the situations designers are faced with.

Template:Blockquote

Documenting a pattern requires explaining why a particular situation causes problems, and how the components of the pattern relate to each other to give the solution.<ref>Template:Cite web</ref> Christopher Alexander describes common design problems as arising from "conflicting forces"—such as the conflict between wanting a room to be sunny and wanting it not to overheat on summer afternoons. A pattern would not tell the designer how many windows to put in the room; instead, it would propose a set of values to guide the designer toward a decision that is best for their particular application. Alexander, for example, suggests that enough windows should be included to direct light all around the room. He considers this a good solution because he believes it increases the enjoyment of the room by its occupants. Other authors might come to different conclusions, if they place higher value on heating costs, or material costs. These values, used by the pattern's author to determine which solution is "best", must also be documented within the pattern.

Pattern documentation should also explain when it is applicable. Since two houses may be very different from one another, a design pattern for houses must be broad enough to apply to both of them, but not so vague that it doesn't help the designer make decisions. The range of situations in which a pattern can be used is called its context. Some examples might be "all houses", "all two-story houses", or "all places where people spend time".

For instance, in Christopher Alexander's work, bus stops and waiting rooms in a surgery center are both within the context for the pattern "A PLACE TO WAIT".

Examples

[edit]

Business models also have design patterns.<ref>For example: Template:Cite journal</ref> See Template:Slink.

See also

[edit]

References

[edit]

Template:Reflist

Further reading

[edit]

Template:Refbegin

Template:Refend

Template:Design

ja:デザインパターン pl:Wzorzec projektowy tr:Tasarım örüntüsü vi:Mẫu thiết kế zh:设计模式