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
Replying to
It is very possible to use the observer pattern in a tree-like fashion, e.g. if the observed object is a subtree’s “root.”

