📅  最后修改于: 2022-03-11 14:57:14.829000             🧑  作者: Mango
MVC stands for Model — View — Controller. It's a paradigm.
It allows a coder to factor out the various components of an application
and more easily update them. The MVC allows the programmer to create
barriers to organize the code allowing a programmer to
compartmentalize functionality.