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

Refactoring TextManager class #14

Open
blankRiot96 opened this issue Nov 21, 2022 · 0 comments
Open

Refactoring TextManager class #14

blankRiot96 opened this issue Nov 21, 2022 · 0 comments
Labels
accepted Can be worked on refactor Needs refactoring

Comments

@blankRiot96
Copy link
Owner

Refactoring the current TextManager class would be a good idea. Currently this class is used as a convenience utility to group together initialization data and runtime data, but this is against what a class is for.
A class should represent some data,/ represent some kind of object.

Moving to functional approach might be better. Extraction of result calculation is also a priority.

@blankRiot96 blankRiot96 added enhancement New feature or request refactor Needs refactoring accepted Can be worked on and removed enhancement New feature or request labels Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Can be worked on refactor Needs refactoring
Projects
None yet
Development

No branches or pull requests

1 participant