Observer Design Pattern
The observer design pattern is a behavioral design pattern that allows an object (called the subject) to notify a set of objects (called observers) when its state changes. This pattern is useful in scenarios where an object needs to be aware of chang...
mbarkt3sto.hashnode.dev8 min read