wijohnst / AnswerTheseQuestions

A repository of questions that I need answered.
1 stars 1 forks source link

What is the ‘MVC Design Pattern’? #19

Open wijohnst opened 4 years ago

bark-barry commented 4 years ago

There are whole books written on this, but basically you split code into 3 categories: Models, Views, and Controllers.

That's a quick summary, but again there's a LOT more to this topic.