0
votes
Is this a good use of the Singleton pattern?
That's not the pattern you should be using. I think you should try a state pattern instead. Singleton is for when you need access to a limited resource from many different places.
Like ope …
