Open
Hexman768
opened this issue 1 year ago
•
0 comments
Description
The code is currently pretty messy and uses the default design pattern of just putting all of the code behind form classes which isn't clean.
Investigate the possibility of implementing the MVP (Model-View-Presenter) design pattern for this application as it seems as though it would mesh well with how this application is written. This could greatly clean up the architecture of this project.