C
C
click_f2017-07-17 14:42:29
Java
click_f, 2017-07-17 14:42:29

Where not to use MVC?

There are various alternatives: MVP, PAC, MVVM, (by features), etc.
The question is: when should you not use traditional MVC and what is the advantage of using the above patterns?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Raphael™, 2017-07-17
@maxminimus

Ilya Kantor: Interfaces. Get away from MVC

B
bedward70, 2017-07-19
@bedward70

If you're writing in a procedural style, then why not - use MVC.
If in OOP, then you should think about it.
I suggest that you read the article by Yegor Bugaenko in order to work out how to deal with this issue: MVC vs. O.O.P. _

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question