Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a-cordier/design-pattern-memento

GOF Memento bevioral pattern
https://github.com/a-cordier/design-pattern-memento

Last synced: 14 days ago
JSON representation

GOF Memento bevioral pattern

Awesome Lists containing this project

README

        

### Memento Pattern

#### A behavioral pattern

Save the state of an object so that you can restore it later on.

Source code stems from the following UML diagram:

![alt text](design-pattern-memento.png "Design Pattern Memento")