hbarton2 / cscd350-f24-SWAGCRAFT

0 stars 0 forks source link

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

Open Thomaslongwell opened 1 week ago

Thomaslongwell commented 1 week 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 days ago

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

fatimanadam commented 2 days ago

Other Thoughts