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

refactor: reorganize model imports and create new model files #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bjohansebas
Copy link
Contributor

Send to new files all the classes that behave as models, which helps improve code readability.

@bjohansebas bjohansebas marked this pull request as ready for review February 21, 2025 03:20
Copy link
Member

@wesleytodd wesleytodd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean, personally I dislike structures like this, they are generally over-engineered and provide little real value. I don't think there is a lot of reuse across files of these so having them in the file where they are used only can help keep things simple.

That said, I am not so strongly opposed that I would block this, it is more of a style/preference thing than a strong technical opposition. Do you feel stronglt that this type of refactor provides some value I am not seeing?

@bjohansebas
Copy link
Contributor Author

It just helps me find those classes more quickly and better separate the objectives of each file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants