Hacker News new | ask | show | jobs
by de90 5093 days ago
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?
1 comments

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".