|
|
The Model-View-Presenter (MVP) pattern provides a way for developers to separate out the UI logic into a form where it is easier to test. Additionally, the separation makes the UI-centric business logic less prone to break as changes are made to the UI.
Go get it from here.
|
|