Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Understanding MVC!
You have completed Understanding MVC!
Preview
Learn how the MVC pattern helps create more modular, reusable and testable code.
This video doesn't have any notes.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
Most importantly,
0:00
MVC separates a program into individual
parts that handle specific tasks.
0:00
The model only handles data.
0:06
The view only handles the presentation
of data, and the controller handles
0:08
all of the communication between
the model, view, and user.
0:12
This one principal task is sometimes
called the separation of concerns,
0:17
meaning each part of the program
has just a single task or concern.
0:22
This pattern let's team of developers
work on different parts of a program
0:27
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up