Timeline for Javascript modularity, server based MVC & business reality
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 13, 2013 at 5:10 | comment | added | Erik Reppen | As a general rule, I don't like to see the jQuery and instead write objects with interfaces that any server-side dev would be able to understand pretty quickly with JQ or the DOM API doing the business inside. I also really like Django's URLConfig concept and have found it helpful for setting up objects for implementation on pages. I have no idea what the MV? libraries are supposed to do for me though. They're not a perfect fit for the problem, IMO and the DOM + event delegation is all the model I need for handling pages without being excessively tied to specific structure. | |
| Dec 23, 2011 at 19:10 | history | migrated | from stackoverflow.com (revisions) | ||
| Dec 23, 2011 at 18:04 | vote | accept | CommunityBot | ||
| Dec 22, 2011 at 4:26 | comment | added | mklinker | I would warn against the ViewModel, model-per-view, approach. I recently ran into situation where I'd wished later that I did not have this abstraction from DTO to ViewModel. See: stackoverflow.com/q/7181980/109456 | |
| Dec 22, 2011 at 0:48 | comment | added | TerryR | btw I always considered N-tier as Pres/Bus/Data regardless of where they physically sat. That's why I said MVC almost removes that architecture because it basically combines the 3, what you said somewhat agrees with that but also gives a different perspective on it. | |
| Dec 22, 2011 at 0:40 | comment | added | TerryR | Very nice answer, definitely what I was looking for at the cost of my 300 rep. Drinks are on me if you're in the Toronto area :) | |
| Dec 21, 2011 at 23:55 | comment | added | Scott Rippey | I totally agree with this answer! Especially: • Resharper is an MVC genius ... from error checking to IDE navigation, its usefulness blows me away! • Server-Side MVC is almost always the best approach • MVC is not 3 separate tiers, it is a single Presentation Layer - I never really thought about it this way, but it is absolutely correct. | |
| Dec 21, 2011 at 23:09 | history | answered | danludwig | CC BY-SA 3.0 |