Friday 17 July 2009

Callbacks vs Events

Callbacks vs Events.

A superb read which shows you a way around executing callbacks in the queue when one of them throws an exception. The dispatcher framework shouldn’t stop, but should continue to fire the callbacks which are registered for that event in the queue.

http://dean.edwards.name/weblog/2009/03/callbacks-vs-events/

Seems like a perfect solution..

No comments:

Post a Comment