I'm trying to learn exactly what is MVC or MVC patterns in code.
I have done some research to a point where I believe I understand the meaning and use of this idea... But I do not entirely understand the concept.
Is MVC( Model View Controller) pretty much, trying to develop a system/application without worrying about GUIs?
Or am I missing the big picture, which I think is, making sure the application delivers the right information, data, etc?
I was asked to learn how to use MVC patterns… Does this mean learn how to worry about functionality rather than Graphical related stuff?