Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Chapter 3
Views
What's in This Chapter?
Developers spend a lot of time focusing on crafting well-factored controllers and model objects, and for good reason because clean well-written code in these areas form the basis of a maintainable web application.
But when a user visits your web application in a browser, none of that work is visible. A user's first impression and entire interaction with your application starts with the view.
The view is effectively your application's ambassador to the user—representing your application to the user and providing the basis on which the application is first judged.