A.2 Pattern: Pattern Language Cont’d
Solution:
- Factor the overall problem and its solution into a number of related problems with solutions. Capture each problem/solution pair as a pattern within a pattern language. Each pattern should solve a specific problem within the shared context of the language. Strive to ensure that each pattern could conceivably be used alone.
- To give the pattern language an identity of it's own, give it an Evocative Name by which it can be known and referenced. Describe the overall problem and how the patterns work together to solve it in a Pattern Language Summary. Relate the patterns to each other using Readable References to Patterns within the pattern description, especially in the Context and Related Patterns elements.