You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some models lack a clear separation of concerns and often levy too much work onto the Presenter, which should have a much more concise role in the program; namely to receive, serve and coordinate between the models & views.
Solution
Divide the models into smaller, clearer modules that share similar roles/tasks. A restructuring of dirs is to be expected, along with the creation of many smaller, specific modules.
The text was updated successfully, but these errors were encountered:
Description, issue
Some models lack a clear separation of concerns and often levy too much work onto the Presenter, which should have a much more concise role in the program; namely to receive, serve and coordinate between the models & views.
Solution
Divide the models into smaller, clearer modules that share similar roles/tasks. A restructuring of dirs is to be expected, along with the creation of many smaller, specific modules.
The text was updated successfully, but these errors were encountered: