MVC (model-view-controller) - can it be explained in simple terms?

Posted by DVK on Stack Overflow See other posts from Stack Overflow or by DVK
Published on 2010-04-13T03:34:50Z Indexed on 2010/04/13 3:42 UTC
Read the original article Hit count: 255

I need to explain to a not-very-technical manager the MVC (model-view-controller) concept and ran into trouble. The problem is that the explanation needs to be on a "your grandma will get it" level - e.g. even the fairly straightforward explanation offered on MVC Wiki page didn't work, at least with my commentary.

Does anyone have a reference to a good MVC explanation in simple terms?

It would ideally be done with non-techie metaphor examples (e.g. similar to "Decorator pattern is like glasses") - one reason I failed was that all MVC examples I could come up with were development related.

I once saw a list of pattern explanations but to the best of my memory MVC was not on it.

Thanks!

© Stack Overflow or respective owner

Related posts about design-patterns

Related posts about mvc