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
There should be a possibility to have default configurations in case the provided configs from a source are e.g. not found or otherwise broken.
Use case or motivation behind the feature request
The user can provide e.g. a broken path for a configuration file and the configurations end up empty. The provided default configurations are returned instead.
Related issues
Additional context
Default configurations should be a decorator for the Configuration interface. This follows SRP and the same object can be used with any configuration source.
The text was updated successfully, but these errors were encountered:
Description
There should be a possibility to have default configurations in case the provided configs from a source are e.g. not found or otherwise broken.
Use case or motivation behind the feature request
The user can provide e.g. a broken path for a configuration file and the configurations end up empty. The provided default configurations are returned instead.
Related issues
Additional context
Default configurations should be a decorator for the Configuration interface. This follows SRP and the same object can be used with any configuration source.
The text was updated successfully, but these errors were encountered: