Imarc

The Benefits of a View-First Approach

Jeff Turcotte, Director of Engineering
Posted on Jul 7, 2015

With MVC web programming, I really enjoy taking a View First approach. This essentially means two things:

  1. Development starts with the View.
  2. Requests are routed directly to Views, not Controllers.