Blogs about: Ooadug
Featured Blog
Example of the Flyweight design pattern
One of the OOADug members, Christophe Geers, wrote a nice article about the Flyweight pattern, maybe one of the least widely known GoF design patterns. In this C# example a Sudoku game is written usin… more »
Written materials
Refactoring tip: replace context-property with deferred provider method.
Marc Vangrieken wrote 7 months ago: Here’s a tiny refactoring pattern that I have applied recently and will apply more frequently … more »
Example of the Flyweight design pattern
Marc Vangrieken wrote 4 months ago: One of the OOADug members, Christophe Geers, wrote a nice article about the Flyweight pattern, maybe … more »
Join OOADug !
Marc Vangrieken wrote 4 months ago: I’m trying to set up OOADug, an Object Oriented Analysis and Design Users Group. This is free … more »
A baseclass for every interface
Marc Vangrieken wrote 6 months ago: I have a lot of software designing habits; one of them is creating an abstract base class for every … more »
