Skip to content

Latest commit

 

History

History
 
 

memento

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Memento Pattern

Capture an object’s internal state and externalize it so that it can be restored to that state later.

GOF