18Oct/090
On MVC in frameworks
MVC is one of the most popular design patterns in the web applications. Actually, every self-respecting framework must implement it in order not to get derided by the programmers. I have been using it for a couple of years so far, but I still had an impression that something is going definitely wrong with it, until I realized that the problem does not lie in MVC itself, but the implementations which in fact do not implement MVC, but different derivatives.