intermediateDesign Patterns~55 min
Undo/Redo (Command Pattern)
See how design patterns and data structures build a real feature: undo/redo. You will implement the Command pattern over a document, drive it with two stacks, extend it with a new command type, and batch actions with the Composite pattern — the exact machinery behind every editor.