You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Is it really necessary to configure the
Config
class rather than creatingConfig
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 theConfig
class itself sounds dangerous. If you have discussed this before, please write me comment with your thoughts on this.The text was updated successfully, but these errors were encountered: