Tuesday, August 21, 2012

JavaScript Data Binding Frameworks

The JavaScript Cheese is Moving: Data-Oriented vs. Control-Oriented Programming - Dan Wahlin's WebLog


move more and more functionality to the client. Data binding is a key aspect of client-centric programming that can significantly minimize the amount of code written, simplify maintenance, and ultimately reduce the number of bugs that crop up in an application. Without data binding you have to locate each control in a page with code and then assign or extract a value to/from it – something I call “control-oriented” programming...

KnockoutJS


No comments: