MVC: Model-View-Controller Design Pattern
I am currently studying design patterns in AS3. Design pattern is a general reusable solution to a commonly occurring problem in software design. Today I made a simple program using the MVC design pattern. The aim with this pattern is to separate the data of an application from the view ( what is displayed on the screen ) and the controller ( the part of the program responsible to update the data in the model). More to come…
