You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Model the configuration as a hierarchy, and gain access to a hierarchical subsection of the configuration, treating the configuration key as a whole or partial "path" along the hierarchy.
...which enables me to:
Iterate key-value pairs in the configuration more efficiently (currently the entire configuration must be iterated)
Reuse configuration-reading code for common configuration subsections without excessive string manipulation
Description
As a:
...I need to be able to:
Model the configuration as a hierarchy, and gain access to a hierarchical subsection of the configuration, treating the configuration key as a whole or partial "path" along the hierarchy.
...which enables me to:
Relates to #334.
The text was updated successfully, but these errors were encountered: