Separation of business logic and data access in django

I am writing a project in Django and I see that 80% of the code is in the file models.py. This code is confusing and, after a certain time, I cease to understand what is really happening. Here is what bothers me: I find it ugly that my model level (which was supposed to be … Read more

What is the difference between MVC and MVVM? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago. Improve this question Is there a difference between the standard “Model View Controller” pattern and Microsoft’s Model/View/ViewModel pattern? … Read more

What are MVP and MVC and what is the difference?

Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. without enough detail may be edited or deleted. When looking beyond the RAD (drag-drop and configure) way of building user interfaces that many tools encourage you are likely to come across three design … Read more