Skip to content

Commit

Permalink
docs: add mvc architecture diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
iluwatar committed Mar 4, 2025
1 parent 3034732 commit b993805
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions model-view-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ Wikipedia says

> 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.
Architecture diagram

![Model-View-Controller Architecture Diagram](./etc/mvc-architecture-diagram.png)


## Programmatic Example of Model-View-Controller Pattern in Java

Consider following `GiantModel` model class that provides the health, fatigue & nourishment information.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b993805

Please sign in to comment.