CMPUT301F23T15 / Kit

CMPUT 301 App Design Project
MIT License
1 stars 2 forks source link

Rewrite #92

Closed Jesse-Goertzen closed 9 months ago

Jesse-Goertzen commented 9 months ago

Overhaul the structure data storage and access.

Implements Command design pattern to interact with the data.

Uses these changes to reduce coupling across the code base.

Hopefully commented well enough that interacting with it will be easy to add new features too.

Ideally, expandable in a way that will support all upcoming features to be implemented.