IntermediateVocabulary#software-architecture#backend#frontend

Observer Pattern Vocabulary

Learn the vocabulary of automatically notifying registered observers whenever a subject's state changes.

0 / 5 completed
1 / 5
At standup, a dev mentions letting objects called observers register interest in a subject, so that whenever the subject's state changes, every registered observer is automatically notified without the subject needing to know any observer's concrete type. What is this design pattern called?