forio / contour

Apache License 2.0
120 stars 21 forks source link

Update config #262

Closed jaimedp closed 7 years ago

jaimedp commented 7 years ago

Refactor how options are propagated and stored to allow for dynamic update of the configurations. Also added the updateConfig function to the main contour object.

narenranjit commented 7 years ago

Great, thanks! Did you decide against making the options take in functions or is this in parallel to that?

jaimedp commented 7 years ago

This is the first step, the materialize fn will be used to allow all parameters to be functions, but there are some that should not be “materialized” like formatters and I still need to do that logic.