Config class vs Config instances
Open
- Dominant language
- Python
- Stars
- 31
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Is it really necessary to configure the `Config` class rather than creating `Config` instances?
I can think of scenarios where different libraries use `derpconf` to setup themselves and one config interferes with the other.
I think that global `Config` instances are fine, but configuring the `Config` class itself sounds dangerous. If you have discussed this before, please write me comment with your thoughts on this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.