By kawai17
via wearemammoth.com
Submitted: Feb 11 2013 / 09:47
Rules help when they provide a path toward accomplishing a goal that has been proven through successive iterations. For instance, we use the MVC pattern with most of our web applications because the separation of concerns between data (Model), interface (View), and logic (Controller) generally helps us maintain our software better. It’s proven to be a good approach across dozens of projects. We use a relational database model to store all of our application data because it has generally proven to be a good model for the types of apps we build.
Add your comment