lundi 24 février 2020

For a desktop application where Views are mainly to be updated by events known from the model whici pattern is best ? MVC or MVP?

I am developing a desktop application which has very little input from the user. Most of the work of the application is to update views which show icons. The events are created in the model which communicates with an external device and reads a database.

WHich pattern is best suited for this type of application? I read quite a few posts and blogs about MVC and MVP, but most examples are talking about events coming from the user and not from the model!....

The application is developed in Python and I am thinking about using pyside 2 for the UI.

Aucun commentaire:

Enregistrer un commentaire