[MVC] MVC Design Pattern
MVC
M: Model
V: View
C: Controller
MVC or MVVM is a Software Architecture Design Pattern that is commonly used in the SW engineering field.
MVC allows separate application functionalities and promotes organized programming.
In order for the software ...
siwonlog.hashnode.dev2 min read