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
Refactor the game identifier, the steam client and steam app data model. The files have a lot of repeating code that can be refactored and made much easier to read & understand.
Technical Design
in the steam app data mode, change the specific triedVia methods into one triedViaSource(source){} method
same with the new failedVia method
in the steam client, do similar with the html page request methods
rename tryViaSteamWeb, etc to checkIfGameViaSteamWeb, etc
in the game identifier refactor as you see fit. It will become clearer when everything else is refactored. TBD.
Only start this issue after #199 and #200 are finished
The text was updated successfully, but these errors were encountered:
Description
Technical Design
Only start this issue after #199 and #200 are finished
The text was updated successfully, but these errors were encountered: