GoF Patterns in Delphi | Implementations of the famous Gang of Four Design Patterns in Delphi language – via Nick Hodges
Posted by jpluimers on 2015/08/20
Thanks to Nick Hodges for having Delphi-losophy | Flotsam and Jetsam #88 point me to GoF Patterns in Delphi | Implementations of the famous Gang of Four Design Patterns in Delphi language.
–jeroen






jpluimers said
Via Bill Meyer (https://plus.google.com/u/0/116796697726489991981) on the G+ thread (https://plus.google.com/u/0/+JeroenPluimers/posts/7pvCtmx9AQ6):
Also worth noting: http://www.yanniel.info/p/delphi-programming.html
Some of his articles are on patterns.
abouchez said
IMHO this is nice, but sometimes too close to Java/C#.
For instance, the factory pattern is natively implemented by the
pattern since Delphi 1.
I’ve seen so many Java/C# projects applying GoF patterns just for the “fun” to apply them. Totally uncoupled from the actual work it was meant to do… even sometimes breaking the SOLID principles, just to apply a given pattern.