If you're anti-KVO, why? Let's set aside performance (which is improving) and the single-method-name. Interested in architecture gotchas.
Conversation
The observer pattern, used without care, encourages more un-tree-like control-flow / data-flow graphs.
5
3
23
2
My hypothesis is that KVO's design decisions exacerbates the problems more than notification center.
2
Replying to
I think that's true, but on a tactical (not fundamental) level: notifications are a more explicit API surface + invocation.


