Jun 23
Bob has written about refactoring dynaop Factories using dynaop.
It definitely feels that many of the patterns that are out there, are hacks to get around a lack in the particular language/system that you are working with.
Factories are definitely an annoyance for me. Having to create factories for various types is just a pain, especially when they are often trivial implementations.
I really like how I can use introductions/mixins with certain languages. I then really like being able to:
- Setup an interface
- Have the interface contain an introduction which can handle returning an implementation of that interface
August 17th, 2006 at 8:17 am
thank
March 9th, 2007 at 4:58 pm
I really like how you can use introductions/mixins with certain languages.