Hacker News new | ask | show | jobs
by valisystem 3903 days ago
To those who don't want to be tied to a specialized library, you can architect an app like that way (unidirectional data flow) quite easily if you use KVO properly.
1 comments

Is KVO common in JavaScript? I've only ever used it in the Cocoa realm.
IMHO a KVO programming style in JavaScript would be very error prone since there's no typing.