On Sat, Mar 26, 2011 at 11:58 AM, cihat altuntas <[email protected]> wrote: > What do you tkink about developing MVC style client-side javascript code? Or > sometimes Is Quick and dirty hacking Javascript code enough? If you have any > experince using MVC style javascript code could you tell advantages or > disadvantages over javascript hacking ?
It depends on the project. Even a small project can benefit from MVC if it needs to keep multiple elements in a page in sync. Recently I wrote an article about MVC in JavaScript that shows some of the advantages that I have enjoyed. http://peter.michaux.ca/articles/mvc-architecture-for-javascript-applications Peter -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
