On Feb 15, 2011, at 7:35 PM, Juliusz Gonera wrote:

> Could you give an example of such case (where MV is better than MVC for a web 
> app)? Or a link to some blog post. I, by no means, want to start a flame war 
> or argue that what you stated is not true. I'm just unexperienced and curious 
> ;)

MV vs. MVC is just about terminology. But C in MVC is the most "dirty" place -- 
all code that has no excuse to be in M or V is placed in C. So, I think it's 
better to keep my controllers clean and slim, so that's how I like MV paradigm 
:-).

P.S. Maybe all of this just mean that I don't understand all of this MVC stuff 
correctly.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to