Notepad-Sharp icon indicating copy to clipboard operation
Notepad-Sharp copied to clipboard

Investigate MVP Design Pattern Implementation

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.

Hexman768 avatar Mar 22 '24 14:03 Hexman768