Skip to content

Commit b993805

Browse files
committed
docs: add mvc architecture diagram
1 parent 3034732 commit b993805

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: model-view-controller/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ Wikipedia says
3434

3535
> Model–view–controller (MVC) is commonly used for developing user interfaces that divide the related program logic into three interconnected elements. This is done to separate internal representations of information from the ways information is presented to and accepted from the user.
3636
37+
Architecture diagram
38+
39+
![Model-View-Controller Architecture Diagram](./etc/mvc-architecture-diagram.png)
40+
41+
3742
## Programmatic Example of Model-View-Controller Pattern in Java
3843

3944
Consider following `GiantModel` model class that provides the health, fatigue & nourishment information.
29.9 KB
Loading

0 commit comments

Comments
 (0)