massimilianodelliubaldini / galaxy-integration-rpcs3

GOG Galaxy 2.0 Integration with RPCS3
MIT License
22 stars 6 forks source link

Maintenance tasks #4

Open massimilianodelliubaldini opened 4 years ago

massimilianodelliubaldini commented 4 years ago

Personal TODO:

  1. Write automated tests for both BackendClient and RPCS3Plugin (using asyncio).

  2. Documentation including readme, code comments, etc.

  3. May take config.py and turn it back into a JSON file. It works fine for now, but I think configuration should be stored in a more suitable file type.

massimilianodelliubaldini commented 4 years ago

On 2: Updated the Readme and some code comments.

On 3: Turned config into a class with variables. If I ever feel like I need to make the config in JSON, I can leave implementation details to the class without affecting the plugin.