A.2 Pattern: Pattern Language
Context:
- You are trying to use the "pattern form" to describe a procedure with many steps or a complex solution to a complex problem. Some of the steps may only apply in particular circumstances. There may be alternate solutions to parts of the problem depending on the circumstances. A single pattern is insufficient to deal with the complexity at hand.
Problem:
- How do you describe the solution such that it is easy to digest and easy to use parts of the solution in different circumstances?