Kaszanas / Kaszanas/pysc2_evolved
Sensible Defaults as Shared Settings
Open
- Dominant language
- Python
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Previously global flags #10 were causing some issues on imports.
In the process of refactoring this project there are some pieces of code that could use sensible defaults.
Most cases warrant moving the global variables into constructors `__init__()`, and having sensible defaults defined in a top level `settings.py` with some documentation.
If there will be a need of more fragmented shared settings, then per-library `settings.py` file should suffice.
Contributor guide
Assessment
This issue has not been assessed yet.