|
|
|
|
|
by chrisbuchino
5852 days ago
|
|
Wow. I couldn't disagree more. Having plumbing like MVC and ORM built-in increases speed and means less code to maintain. The selection of which one (i happen to like Django) may be a toss up, but there is huge value in a server-side framework. |
|
As for the view, they are better served by an event driven framework than they are by MVC in which UI elements are encapsulated and message the greater system via events. I have done it the page-post way for a long time and was a resistant convert, but after building web and mobile apps the new way I have come to find that it is much cleaner and faster to pull the UI off of the server, if it had not been for the browser wars we would have been here a lot sooner.