X Tutup
Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 701 Bytes

File metadata and controls

28 lines (22 loc) · 701 Bytes
layout pattern
title Model-View-Presenter
folder model-view-presenter
permalink /patterns/model-view-presenter/
categories Architectural
language en
tags
Decoupling

Intent

Apply a "Separation of Concerns" principle in a way that allows developers to build and test user interfaces.

Class diagram

alt text

Applicability

Use the Model-View-Presenter in any of the following situations

  • When you want to improve the "Separation of Concerns" principle in presentation logic
  • When a user interface development and testing is necessary.

Real world examples

X Tutup