Ask HN: What are the best guides/resources for implementing Undo/Redo in an app? 2 points by flybayer 6y ago ↗ HN
[–] FroshKiller 6y ago ↗ That's a very broad question that I imagine depends very much on the particulars of the application. A basic undo/redo approach is described in the Command pattern chapter of Design Patterns.
[–] strangecasts 6y ago ↗ Game Programming Patterns happens to have a good summary of the command pattern which also deals with undo/redo:http://gameprogrammingpatterns.com/command.html
2 comments
[ 2.7 ms ] story [ 7.3 ms ] threadhttp://gameprogrammingpatterns.com/command.html