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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: