Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: reorganize model dirs and separate concerns better within the models #100

Open
Samlant opened this issue Jan 23, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@Samlant
Copy link
Owner

Samlant commented Jan 23, 2024

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.

@Samlant Samlant added the enhancement New feature or request label Jan 23, 2024
@Samlant Samlant self-assigned this Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant