MVCP icon indicating copy to clipboard operation
MVCP copied to clipboard

Introducing Model-View-Controller-Presenter

Model-View-Controller-Presenter

It’s not the first time that we’ve been discussing about how we should structure view specific code and controller logic. This is a post to describe a new pattern we called Model-View-Controller-Presenter to create highly reusable components...

Continue to read the blog post...

This is the code example of the MVCP, Model-View-Controller-Presenter architecture.