Tag: state-snapshot
Browse 1 practical software engineering resources tagged with "state-snapshot". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving state-snapshot.
Memento Pattern
Capture and restore an object's internal state without violating encapsulation. A behavioral design pattern for undo/redo.