Kaszanas / Kaszanas/pysc2_evolved

Sensible Defaults as Shared Settings

Open
#16 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.