Skip to content

Commit fbde009

Browse files
committed
docs: add presentation model architecture diagram
1 parent 8a2c779 commit fbde009

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: presentation-model/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ In plain words
2929

3030
> The Presentation Model design pattern separates the UI logic from the business logic by creating an intermediate model that represents the data and behavior of the UI independently, enhancing testability, maintainability, and flexibility.
3131
32+
Architecture diagram
33+
34+
![Presentation Model Architecture Diagram](./etc/presentation-model-architecture-diagram.png)
35+
36+
3237
## Programmatic Example of Presentation Model Pattern in Java
3338

3439
The Presentation Model design pattern is a pattern that separates the responsibility of managing the state and behavior of the GUI in a separate model class. This model class is not tied to the view and can be used to test the GUI behavior independently of the GUI itself.
Loading

0 commit comments

Comments
 (0)