I am looking for design patterns (GOF, but others are also welcome) for Delphi 2009 .
There are some very nice and classic articles about Design Patterns in Delphi:
In addition, the new Delphi has some design patterns built into the IDE through a model view.
However, none of them seem to use the new features offered by Delphi, such as generics and anonymous methods . There are C # examples that use generics and anonymous methods, but they cannot really be translated 1: 1 in Delphi, and I would like to get some advice from people who have practical experience with these specific functions in Delphi.
Is there any example available online or in a book, or can someone provide some useful examples or tips, perhaps?
design-patterns delphi delphi-2009
Wouter van nifterick
source share