Joonbug.com interview question

I was asked about the MVC pattern.

Interview Answer

Anonymous

24 Aug 2013

M stands for models, V stands for views, C stands for controllers. This design pattern is used to organize code and make it easier to do routing.