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 Model-View-Controller (MVC) design pattern, focusing on the separation of concerns between the user interface, user input, and the application logic. The instructor explains the roles of the model, view, and controller components in an MVC architecture, using Java code examples to illustrate the implementation of this pattern.