June 2018
Intermediate to advanced
280 pages
7h 46m
English
Another widely used criteria for organizing code is by following the Model View Controller (MVC) architectural design pattern. As the name suggests, we are thinking about organizing our application into three parts, namely a model, a view, and a controller. Following MVC helps us maintain a separation of concerns and allows us to better organize our code. Take a look at the following:
Read now
Unlock full access