Purchase Solution

model-view-controller (MVC) principle

Not what you're looking for?

Ask Custom Question

Discuss the benefits and limitations of the model-view-controller (MVC) principle. Identify one way in which MVC helps software designers create better code, and one way in which it deters them.

Purchase this Solution

Solution Summary

Discuss the benefits and limitations of the model-view-controller (MVC) principle. Identify one way in which MVC helps software designers create better code, and one way in which it deters them.

Solution Preview

Benefits of MVC principle:
Some of the common benefits of MVC principle include:

One of the basic benefits of MVC architecture is that it allows separation of data and user interface and allows structuring of the code in a manner that changes made in the way data is organized and handled does not impact UI and vice versa. This helps in future updates in UI/business logic which is quite common now a days as UI is often routinely upgraded/modified.

Some of the other benefits:

1) MVC principle allows User interface to display multiple views of the same data at the same time as model is separated from the view. As model does not depend on the views, it is not affected by ...

Solution provided by:
Education
  • BCom, SGTB Khalsa College, University of Delhi
  • MBA, Rochester Institute of Technology
Recent Feedback
  • "Thank you. "
  • "Thank you"
  • "Thank you. I got 20/20 last week for my discussion you help me out with."
  • "Thank you. Great Job. "
  • "Thank you. Great Job. "
Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Basic Networking Questions

This quiz consists of some basic networking questions.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.