#Why is the observer pattern associated with MVC? Can't seem to find where it fits.
4 messages · Page 1 of 1 (latest)
Hey, @lost sage!
Please remember to /close this post once your question has been answered!
The view(s) act(s) as observer(s) to the model. When the model changes, the views are notified and make the appropriate changes if any. Using a mediator would mean the mediator would need to know about all views that exist