Actions

Difference between revisions of "Pattern Language"

Line 19: Line 19:
  
  
'''Three Generations of Pattern Language
+
'''Three Generations of Pattern Language<ref>https://www.researchgate.net/profile/Helene-Finidori/publication/308100015_Towards_a_Fourth_Generation_Pattern_Language_Patterns_as_Epistemic_Threads_for_Systemic_Orientation/links/57d9c10608ae0c0081efbc2a/Towards-a-Fourth-Generation-Pattern-Language-Patterns-as-Epistemic-Threads-for-Systemic-Orientation.pdf</ref>
 
Pattern languages as originally formulated were vehicles seeking to convey a holistic purpose, to direct designed objects and processes towards a specific quality; hence, instruments for sense-making and purposive design. They aimed to support self-generated societal thriving by articulating fundamental design principles to guide holistic and life-serving applications within a given domain. Subsequently, setting aside somewhat Alexander's moral preoccupations to concentrate on technical design improvements, pattern languages were quickly and widely adopted as a standard knowledge format in software programming. Their use became standard practice in object-oriented programming, where patterns are a format for exchange and reproduction of building blocks among experts, resolving complex communication issues within this domain. This consecrated their role as lingua franca: formalizing tacit knowledge within specific domains of practice. They later entered interdisciplinary fields such as design of human-computer interface and technology-enhanced learning. In these fields they facilitate communication of expert knowledge across specialized disciplines, partly reflecting Alexander's original intention to undermine architects' control over construction processes by making their specialized technical knowledge accessible to wider groups of stakeholders. Pattern Languages subsequently expanded into many other domains of activity: pattern theorist Helmut Leitner estimates around 30,000 pattern languages and half a million patterns to exist in domains as varied as movie costume design, organizational design, fire fighting, scrum, and music composition (Leitner 2014).
 
Pattern languages as originally formulated were vehicles seeking to convey a holistic purpose, to direct designed objects and processes towards a specific quality; hence, instruments for sense-making and purposive design. They aimed to support self-generated societal thriving by articulating fundamental design principles to guide holistic and life-serving applications within a given domain. Subsequently, setting aside somewhat Alexander's moral preoccupations to concentrate on technical design improvements, pattern languages were quickly and widely adopted as a standard knowledge format in software programming. Their use became standard practice in object-oriented programming, where patterns are a format for exchange and reproduction of building blocks among experts, resolving complex communication issues within this domain. This consecrated their role as lingua franca: formalizing tacit knowledge within specific domains of practice. They later entered interdisciplinary fields such as design of human-computer interface and technology-enhanced learning. In these fields they facilitate communication of expert knowledge across specialized disciplines, partly reflecting Alexander's original intention to undermine architects' control over construction processes by making their specialized technical knowledge accessible to wider groups of stakeholders. Pattern Languages subsequently expanded into many other domains of activity: pattern theorist Helmut Leitner estimates around 30,000 pattern languages and half a million patterns to exist in domains as varied as movie costume design, organizational design, fire fighting, scrum, and music composition (Leitner 2014).

Revision as of 20:18, 9 June 2022

A pattern language is a structured method of describing good design practices within a particular domain. It is characterized by

  • Noticing and naming the common problems in a field of interest,
  • Describing the key characteristics of effective solutions for meeting some stated goal,
  • Helping the designer move from problem to problem in a logical way, and
  • Allowing for many different paths through the design process.

Pattern languages are used to formalize decision-making values whose effectiveness becomes obvious with experience but that are difficult to document and pass on to novices. They are also effective tools in structuring knowledge and understanding of fundamentally complex systems without forcing oversimplification.[1]


Evolution of pattern languages[2]
The pattern language method was invented by an architect named Christopher Alexander, who wrote patterns about ‘good’ towns and buildings. His goal was to identify the qualities of beautiful old towns and buildings and incorporate them into new buildings and towns. What he wanted to recreate was what he referred to as ‘quality without a name’. He saw that these indescribable qualities were not the result of physical elements in towns and buildings, but were instead created through the relationships between the elements. He recorded the recurring relationships as ‘patterns’.

In addition, he argued that, in order to create wonderful locations and places, the people that live there and know the area best must be involved in the design process. In order to do so, he looked for patterns in the way architects design buildings and wrote them in such a way that people outside of the architecture field could easily understand. By having the patterns as a common language, it became possible for architects and residents to think about and discuss the designs together. This was during the 1970s.

Approximately ten years later, the pattern language method was adapted within the field of software design where it gained huge popularity. Software patterns or ‘design patterns’, as they are commonly referred to in the field, describe practical design knowledge in software. Subsequently, patterns were applied in many more domains. People began to create patterns about how to design good teams and organisations, patterns about pedagogy, patterns for introducing new ideas in an organisation , etc. We have also created pattern languages on various topics such as learning, presentation, collaboration, policy design, social change, more everyday topics such as cooking, and patterns in the welfare domain that deal with the issue of dementia.

These pattern languages focus on ‘human actions’. The development of pattern language has thus far witnessed the rise of, and progress through, three generations: architecture, software, and human action. Whereas the first two generations were about designing ‘something’ out there, the human action pattern is a new type of pattern language that deals with how to design your own actions.

Although the subject of the patterns differs in each generation, they are all ultimately doing the same thing. Every pattern language describes how to create a better output in the context-problem-solution-consequence format, and assigns a name to each piece of knowledge. This is achieved in order to explicitly think and talk about design knowledge.


Three Generations of Pattern Language[3] Pattern languages as originally formulated were vehicles seeking to convey a holistic purpose, to direct designed objects and processes towards a specific quality; hence, instruments for sense-making and purposive design. They aimed to support self-generated societal thriving by articulating fundamental design principles to guide holistic and life-serving applications within a given domain. Subsequently, setting aside somewhat Alexander's moral preoccupations to concentrate on technical design improvements, pattern languages were quickly and widely adopted as a standard knowledge format in software programming. Their use became standard practice in object-oriented programming, where patterns are a format for exchange and reproduction of building blocks among experts, resolving complex communication issues within this domain. This consecrated their role as lingua franca: formalizing tacit knowledge within specific domains of practice. They later entered interdisciplinary fields such as design of human-computer interface and technology-enhanced learning. In these fields they facilitate communication of expert knowledge across specialized disciplines, partly reflecting Alexander's original intention to undermine architects' control over construction processes by making their specialized technical knowledge accessible to wider groups of stakeholders. Pattern Languages subsequently expanded into many other domains of activity: pattern theorist Helmut Leitner estimates around 30,000 pattern languages and half a million patterns to exist in domains as varied as movie costume design, organizational design, fire fighting, scrum, and music composition (Leitner 2014).