Y
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
myko
3903 days ago
Is KVO common in JavaScript? I've only ever used it in the Cocoa realm.
link
debacle
3903 days ago
IMHO a KVO programming style in JavaScript would be very error prone since there's no typing.
link