Giter Club home page Giter Club logo

Comments (5)

mroderick avatar mroderick commented on August 27, 2024

This is actually the most common practice in most pubsub implementations

Could you give examples of this?

from pubsubjs.

ydaniv avatar ydaniv commented on August 27, 2024

Well, maybe I over did it, but to name a few that do follow this pattern:

Stapes

http://hay.github.io/stapes/#m-events

Backbone

http://backbonejs.org/#Events-off

jQuery

http://api.jquery.com/off/

EventEmitter

https://github.com/Wolfy87/EventEmitter/blob/master/docs/api.md#removelisteners

Minievents

https://github.com/allouis/minivents

RadioJS

http://radio.uxder.com/documentation.html

Shotgun

https://github.com/jgnewman/shotgun#unsubscribing

Also note that DOM events and Node.js events follow slightly similar pattern of first param being event type, and the second being the handler.
I think that in pub/sub implementations, allowing to send only the type argument is quite handy.

from pubsubjs.

mroderick avatar mroderick commented on August 27, 2024

Just to be clear, of all the listed examples, only RadioJS is a publish/subscribe implementation, the rest are implementations of the Observer pattern.

Addy Osmani explains the differences between the two patterns in his excellent book Learning JavaScript Design Patterns

from pubsubjs.

mroderick avatar mroderick commented on August 27, 2024

Pull request #62 will implement a clearSubscriptions method that will do what you request

from pubsubjs.

ydaniv avatar ydaniv commented on August 27, 2024

@mroderick thanks for note! And good to see this getting in (:

from pubsubjs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.