November 2019
Beginner
804 pages
20h 1m
English
Let's try another approach:

This time around, we have applied the Model View Controller (MVC) design pattern. MVC is a very popular way of isolating responsibilities:
Refer to this article for more details about the MVC design pattern: https://developer.mozilla.org/en-US/docs/Glossary/MVC.
With the MVC pattern applied, our application will have a better structure:
Read now
Unlock full access