Ziktofel / Archipelago

Archipelago Multi-Game Randomizer and Server
https://archipelago.gg
Other
1 stars 8 forks source link

File Renaming #204

Closed MatthewMarinets closed 4 months ago

MatthewMarinets commented 4 months ago

What is this fixing or adding?

PEP8 recommends snake_case files, and AP is going in that direction (e.g. TestBase was renamed to bases.py). I've been trying to name new files according to this standard, but it looks like people don't like the inconsistency. Renaming all files to the preferred scheme now.

How was this tested?

Ran all unit tests. Generated a world and opened the client. Nothing crashed and no tests failed.

If this makes graphical changes, please attach screenshots.

None