
Hi,
In this video, I talk a little about the MVC design pattern with special attention to the middle layer in MVC: the ‘controller’.
A few points:
- MVC is short for Model View Controller
- The Controller is the part that brokers the communication between the View and the Model.
- The Controller is the throw-away part in MVC.
Watch the video for more details.

