Assignment 4 FAQ
GoF and Beck
Q: In q3 - Where can I find GoF and Kent Beck's implementations?
A: Beck – in the Money example, where he uses factory methods for creating dollars and francs. GoF – in the G-F book, and in the slides, where factory methods are implemented in the client of the created object.
published on 28/07/2008 02:18:54 by Michael Orlov
Antipatterns
Q: In q1.6 - what do you mean by transferring the pattern to anti-pattern?
A: Anti patterns require a presentation of a bad solution, that is corrected. Therefore, in order to present a pattern as an anti-pattern you need to provide the bad solution, that motivates the pattern, and explain how the bad properties are "healed".
published on 28/07/2008 02:17:30 by Michael Orlov
