danielgmyers / flux-swf-client

Apache License 2.0
8 stars 3 forks source link

Move default configuration values into FluxCapacitorConfig's getters #106

Open danielgmyers opened 1 year ago

danielgmyers commented 1 year ago

There is logic spread out in multiple places for checking whether the user has overridden a default configuration value and, if not, falling back to the default. It would simplify the code if the FluxCapacitorConfig getters simply returned any default values not overridden by the user.