Memento Design Pattern
Intent
It lets us save and restore the previous state of an object without revealing the details of its implementation. So we can say that It encapsulates a checkpoint capability.
Problem
Imagine that we have a game and we want to save the progress ...
metwalli.hashnode.dev2 min read