MVC design pattern and its possible applicationMVC design pattern and its application (Part 2): Diagram of interaction between the three components This pattern appeared quite a long time ago (in 1978), but its first description appeared much later, in 1988. Since then, the template has been developing further, giving rise to new approaches. The idea is to split an existing code into three separate components: Model, View and Controller. According to the MVC pattern, ...