Closed mars885 closed 2 years ago
Refactor the GameInfoViewModel by extracting the logic for loading game's information into a separate use case named something like GetGameInfoUseCase.
GameInfoViewModel
GetGameInfoUseCase
Refactor the
GameInfoViewModel
by extracting the logic for loading game's information into a separate use case named something likeGetGameInfoUseCase
.