Design Patterns: Observer Pattern
Now that we've tackled the Singleton pattern, let's tackle the Observer pattern. The Observer pattern is a behavioral design pattern that defines a one-to-many dependency between objects so that when one object changes state, all its dependents are n...
techtruth.hashnode.dev4 min read