CopyPastor

Detecting plagiarism made easy.

Score: 0.8405277132987976; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2022-10-02
by Olek Codes

Original Post

Original - Posted on 2022-10-02
by Olek Codes



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Yes
**Publish-subscribe pattern** is all about **INDIRECT COMMUNICATION** between two entities.
These two entities don't know about each other meaning they **don't hold a reference to each other**. By they I mean publisher and subscriber of course. Thanks to that these two entities are **decoupled** and can talk to each other via subscriptions.
Here I make short video about pub-sub pattern and implemented in the simplest way possible in vanilla JavaScript, take a look: https://www.youtube.com/watch?v=C3jVjeSGLGY
**Publish-subscribe pattern** is all about **INDIRECT COMMUNICATION** between two entities.
These two entities don't know about each other meaning they **don't hold a reference to each other**. By they I mean publisher and subscriber of course. Thanks to that these two entities are **decoupled** and can talk to each other via subscriptions.
Here I make short video about pub-sub pattern and implemented in the simplest way possible in vanilla JavaScript, take a look: https://www.youtube.com/watch?v=C3jVjeSGLGY

        
Present in both answers; Present only in the new answer; Present only in the old answer;