Reflections on State Pattern
In this lesson, we will briefly explain the State pattern.
We'll cover the following...
Criticism
Over the years, the State pattern has been refactor several times. The main problem with the State pattern is its name.
The problems with the State pattern are:
- The name