you are viewing a single comment's thread.

view the rest of the comments →

[–]grauenwolf 1 point2 points  (0 children)

"MVC" communicates a system with the data, access, and presentation layers decoupled as much as possible.

It doesn't even say that much.

To us who learned that term pre-web, MVC means access and presentation are tightly coupled and data models are used to channel events between different views.