Article: JavaScript MVC – A List Apart
Jonathan Snooks writes about how to apply and use the MVC (Model-View-Controler) model for Javascript; to make it easier to maintain and re-used scripts over time. The explanation of MVC is straightforward and simple and was a great refresher since I haven’t done any object-oriented coding in a while. I also appreciated the insight into applying MVC to Javascript as I step back into doing hands-on code after a 3 year absence.
No comments yet.