mercredi 2 mars 2016

What are the rules to follow to determine the class architecture type?

If you are following MVP architecture in your project, what are the rules to determine which part a class should belong for, for example you have ViewAdapter class which should be supplied with models(entities), and it well produce a list of Views that well be displayed on the screen, how to find which class should create this ViewAdapter object, is it the presenter or the view, and why?

Aucun commentaire:

Enregistrer un commentaire