Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the Observer Pattern, a widely used design pattern for views to react to changes in a model. It explains the concepts of Publisher and Subscriber traits, implementing a BankAccount as a Publisher, the pros and cons of the Observer Pattern, and demonstrates an example of a Consolidator Subscriber.