Memento: Introduction

Get a brief introduction to the Memento design pattern.

The Memento design pattern is used specifically for storing intermediate states of some data so that the actions can be undone and the state can be reverted.

Summarized concept of the Memento

...