Wednesday, April 25th, 2007
The stage pattern lets you build classes that can modify their behaviors according to the variations of a given programming context. If you want to learn more about it then you should start reading this article now Welcome to the final installment of the series that began with ...
Posted in devshed.com | No Comments »
Wednesday, April 18th, 2007
Updating modules of a web application can be quite a chore especially when classes are involved. Wouldn t it be easier if there were a class that could update itself depending on its context Fortunately there is. It s called the Stage pattern. This is the first part ...
Posted in devshed.com | No Comments »