Browse by Tags

Sorry, but there are no more tags available to filter with.
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...
0 Comments
Filed under: