docs: poison pill and private class data diagrams

This commit is contained in:
Ilkka Seppälä
2025-04-09 21:33:13 +03:00
parent fdd07c772c
commit 261da00a1b
6 changed files with 12 additions and 5 deletions
-1
View File
@@ -33,7 +33,6 @@ Architecture diagram
![Presentation Model Architecture Diagram](./etc/presentation-model-architecture-diagram.png)
## Programmatic Example of Presentation Model Pattern in Java
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.