elixir-toniq / vapor

Runtime configuration system for Elixir
MIT License
596 stars 37 forks source link

Rename Config to Plan #50

Closed keathley closed 5 years ago

keathley commented 5 years ago

I'd like to create a distinction between a "config" which is a concrete realization of a merged and flattened configuration and a "plan".

The end goal is to provide a better solution to #8 and #22. Freeing up the name Config allows us to re-use the name for that use case.