-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
refactorCode improvements, but not new feature for usersCode improvements, but not new feature for users
Description
W chwili obecnej mamy tak:
type place =
| RANK_AND_STATS
| OPERATIONS
| STATISTICS
| NOT_FOUND;
Proponuję tak:
type place =
| PLACE_RANK_AND_STATS
| PLACE_OPERATIONS
| PLACE_STATISTICS
| PLACE_NOT_FOUND;
Wartości te będą o wiele lepiej rozróżnialne w kodzie aplikacji. Wiążę się z tym oczywiście refaktor. Co o tym sądzisz, @kamilkuz?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
refactorCode improvements, but not new feature for usersCode improvements, but not new feature for users