Comment by anon7000
10 hours ago
> Changing application behavior
Configuration changes also change application behavior, otherwise is it really “config”?
10 hours ago
> Changing application behavior
Configuration changes also change application behavior, otherwise is it really “config”?
> Note that this definition of “config” does not include internal application config, such as config/routes.rb in Rails, or how code modules are connected in Spring. This type of config does not vary between deploys, and so is best done in the code.
I guess it depends on your definition of "behavior?" For example if the config is the endpoint address of an external resource, it's not really changing the application behavior per se.