Notepad-Sharp
Notepad-Sharp copied to clipboard
Investigate MVP Design Pattern Implementation
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.