-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I'm not happy with the configuration being a dict in many places, because it implies and hence duplicates definition of default values when accessing values using config.get(key, default) or config.get(key) or default.
Describe the solution you'd like
- Refactor out
Configclass fromContext - Make
Processorconstructor turn configdictintoConfigobject, - Pass
config: ConfigtoContextand publish viactx.config: Configproperty.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request