July 2001
Beginner to intermediate
368 pages
6h 52m
English
You have learned several patterns and have seen Alexander's philosophy of design: start with the big picture and add details. To accomplish this on a software project, I use the following steps:
1. |
Find the patterns I have in my problem domain. This is the set of patterns to be analyzed.
|
2. |
For the set of patterns to be analyzed, do the following:
|
3. | Add detail as needed to the design. Expand the method and class definitions. ... |