We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We define constants in code that are technically preferences of the authors, they should be decoupled to allow for customization.
example:
spack-gantry/gantry/routes/prediction/prediction.py
Lines 10 to 22 in efd78ca
Nothing fancy, maybe an optional config.py under gantry/.
config.py
gantry/
The text was updated successfully, but these errors were encountered:
Store consts in one file
750410c
Closes #112 Decouples configuration from code in a centralized manner.
cmelone
Successfully merging a pull request may close this issue.
Problem/Opportunity Statement
We define constants in code that are technically preferences of the authors, they should be decoupled to allow for customization.
example:
spack-gantry/gantry/routes/prediction/prediction.py
Lines 10 to 22 in efd78ca
What would success / a fix look like?
Nothing fancy, maybe an optional
config.py
undergantry/
.The text was updated successfully, but these errors were encountered: