Hacker News new | ask | show | jobs
by Greenisus 4498 days ago
I'm looking forward to trying this. KVO is very powerful (I used it extensively in my last app: Well), but it's delicate. Registering/unregistering, making sure you write methods to properly fire KVO events for collections, etc.