Observer - Design Pattern
Objective 🎯
Define a one-to-many dependency between objects in a way that when one object changes its state or any specific attribute, all its dependents (a.k.a. observers) will be notified automatically.
Type ✅
✔️Behavioral: Describes how objects i...
victorlins.hashnode.dev3 min read