hbarton2 / cscd350-f24-SWAGCRAFT

1 stars 0 forks source link

Sprint 3 - Undo and Redo in GUI Implementing MOMENTO pattern #61

Closed Thomaslongwell closed 4 days ago

Thomaslongwell commented 3 weeks ago

For undo and redo memento design pattern Two stacks: history(undo) and redo stack Ex: add class goes in undo opposite (remove class) redo (pop undo and put into redo stack) https://refactoring.guru/design-patterns/memento

Thomaslongwell commented 3 weeks ago

we will need to ask if the CLI requires this functionality before programming it specific to the GUI

fatimanadam commented 3 weeks ago

Other Thoughts