Rich Buggy

...Developer, CTO, Entrepreneur

Web 2.0 in 14 day – Day 12

Written by Rich on March 24th, 2008

There was minimal progress today as life got in the way (again) :) . I’ve managed to complete the user registration/login/logout/password recovery with unit testing. In the real commercial world I would have been forced to drop the unit testing to meet the deadline by now. I may still do that but it’s nice for the choice to me mine.Today has also made me question if MVC really is the best way to write a web application. While I understand the value of separating the business logic, controlling logic and view logic, all of my actions look exactly the same:

  1. Create a model representing that page
  2. Save data to the model
  3. Have the model process the data
  4. Transfer the result to the view

Once I’ve finished this project I might look at model-template-view to see if that offers any improvements.

You must be logged in to post a comment.