Observer vs Pub-Sub Pattern
I was once asked in an interview: “What is the difference between the observer pattern and the pub-sub pattern?”
I immediately figured that pub-sub means publisher-subscriber and I then vividly recalled, from the book Head First Design Patterns:
Pub...
ahmedshamim.hashnode.dev4 min read