Undo, redo support using patterns
More report progress regarding undo, redo and execute using design patterns.
Also tagged Command Pattern, Composite Pattern, implementation, Template method PatternMore report progress regarding undo, redo and execute using design patterns.
Also tagged Command Pattern, Composite Pattern, implementation, Template method PatternSome thoughts about how to classify the account operations, keeping the code simple enough, but without taking any flexibility from the user
Also tagged classifying, model, operations