Use Pattern Definitions to Understand Existing Solutions
Summary: How do we quickly understand an existing solution? Is it well built? Has it stayed true to the design? Using a set of known pattern definitions, search the solution for occurrences of the patterns.
Related Patterns and Guidelines: Antipatterns, Communicate Design with Patterns, Refactor with Patterns
Associated Tasks: Use a Pattern

