addyosmani / essential-js-design-patterns

Repo for my 'Learning JavaScript Design Patterns' book
http://addyosmani.com/resources/essentialjsdesignpatterns/book/
4.82k stars 792 forks source link

Consider mentioning capo module in mediator section #127

Closed msemenistyi closed 10 years ago

msemenistyi commented 10 years ago

The capo module is used to get analytics on event-driven architectures, so probably it may be mentioned in mediator pattern section as it may help people to start working with this pattern. https://github.com/msemenistyi/capo I'm not pushing this at all so be free to close issue if don't find this appropriate. Thanks!

addyosmani commented 10 years ago

Hey @msemenistyi! Thanks for the suggestion. Capo looks quite interesting. I'm hoping to play around with it further, but an initial review suggests that this might not be the best fit for a mention in the book at this time. I do appreciate you sending it over for me to take a look at though. Cheers!