Comment on Motorola's Montage Javascript app frameworkparentComments−de9014yWhat is wrong with data binding? I only know the basics of it but I find it pretty useful. Is there something I am missing?−untog14yThere are purists that would insist that data binding is always less efficient than writing your own bare metal approach.Largely, they are right. But the time invested in doing so could often be spent elsewhere, while your data-bound forms work "just fine".
Comments
What is wrong with data binding? I only know the basics of it but I find it pretty useful. Is there something I am missing?
There are purists that would insist that data binding is always less efficient than writing your own bare metal approach.
Largely, they are right. But the time invested in doing so could often be spent elsewhere, while your data-bound forms work "just fine".