rlwakefield / CoMaCon

GNU General Public License v3.0
0 stars 0 forks source link

Refactor the Save logic to be more streamlined #31

Closed rlwakefield closed 3 weeks ago

rlwakefield commented 4 weeks ago

I was able to refactor the Load logic to make it more streamlined. However, the Save logic is still running the same way it has been running. Need to find a way to make it more Web Application agnostic. This will help in potentially looking to move from each individual Web Application type and it loading and having it's own class, to have a single one that is Web Application Type agnostic. Which means less code to have to worry about as well as making the code easier to work with, update, debug, and more.

rlwakefield commented 3 weeks ago

Completed in PR #38 .