Software Design – The Visitor Pattern
The visitor pattern is the last of the behavioral ones for us to review. This is going to feel similar to some others that allow... Read more
The visitor pattern is the last of the behavioral ones for us to review. This is going to feel similar to some others that allow... Read more
In the last episode, we looked at abstracting algorithms. Now we examine the template method pattern and how it allows us to abstract steps of... Read more
Our review of the behavioral design patterns moves on to look at the Strategy pattern. This is one that you might not recognize from the... Read more
We tackle the memento pattern in this episode. If you ever wanted to store the state of an object, then this is the one for... Read more
In this episode, we look at the state pattern. It is a design that uses object-oriented tactics to provide a class with very different functionality... Read more
The number of conference solutions available out there can be overwhelming. A large number of them are free or close enough that it can make... Read more