July 2005 - Posts

25 July 2005
Implementing the State Pattern in C#
Implementing behavior that adapts to changes to the internal state of an object is a difficult task. If not designed correctly, such behavior can contain duplicate/nested conditional logic that is difficult to understand and maintain. Overview of the Read More...
1952 Comments
Filed under:
 
25 July 2005
Greetings
I'm Matt Dunn, a twenty-something IT professional based in Canberra, Australia. My intent is to illustrate solutions to software development issues, focussing on Object-Oriented software development, with examples primarily implemented in C#. Enjoy! Read More...
6 Comments
Filed under: