What are the best guides/resources for implementing Undo/Redo in an app?
What are the best guides/resources for implementing Undo/Redo in an app?
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.