Ask HN: What are the best guides/resources for implementing Undo/Redo in an app?

2 points by flybayer ↗ HN

2 comments

[ 2.7 ms ] story [ 7.3 ms ] thread
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.