top | item 10330482

(no title)

valisystem | 10 years 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.

discuss

order

myko|10 years ago

Is KVO common in JavaScript? I've only ever used it in the Cocoa realm.

debacle|10 years ago

IMHO a KVO programming style in JavaScript would be very error prone since there's no typing.