Patterns, Data, and Input

Recap and Feedback


In the second part of the course, you’ve learned how to separate the concerns of your application, and learned of the Model View Controller (MVC) design pattern. You also know that the frameworks and libraries take care of some of the parts of the MVC pattern for you.

You’ve also learned how to store data in the application so that it persists between reloads, and have learned to build forms with validation. Finally, you’ve learned of the possibility of building an application with more complex data.

Loading Exercise...