ibeal / KitchenDB

A personal project to create something that can track inventory and recipes to suggest recipes to make determined by inventory
2 stars 0 forks source link

MVC refactor #27

Closed ibeal closed 3 years ago

ibeal commented 3 years ago

upon learning about the MVC pattern, I have identified the Model, View, and Controller pieces within the code. However, they are quite tightly coupled at the moment, and missing a unified model. I will refactor these changes to better follow the MVC and as a result hope to make future changes easier