Info |
---|
Model-View-Controller (MVC) is a design pattern commonly used for developing user interfaces that divides the related program logic into three interconnected elements. This division helps to achieve separation of concerns, a principle in software engineering that promotes the organization of code into sections, each with a distinct responsibility. |
...
Here's what each component does in the MVC pattern:
...