mars885 / gamedge

An Android application for browsing video games and checking the latest gaming news from around the world.
Apache License 2.0
683 stars 64 forks source link

Extract use cases combination logic into a separate use case inside the `GameInfoViewModel` #154

Closed mars885 closed 2 years ago

mars885 commented 2 years ago

Refactor the GameInfoViewModel by extracting the logic for loading game's information into a separate use case named something like GetGameInfoUseCase.