Web 2.0 in 14 day – Day 12
Posted by RichMar 24
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:
- Create a model representing that page
- Save data to the model
- Have the model process the data
- 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.
This site contains my personal ramblings on Linux, PHP, Java, .NET and anything else that I feel is important.
Leave a Reply