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…

Leave a Reply

Your email address will not be published. Please enter your name, email and a comment.

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>