The Benefits of a View-First Approach

Jeff Turcotte,
Director of Engineering

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.