Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration cleanup #380

Open
wants to merge 3 commits into
base: UIAComWrapper
Choose a base branch
from
Open

Configuration cleanup #380

wants to merge 3 commits into from

Conversation

Roemer
Copy link
Collaborator

@Roemer Roemer commented Jan 12, 2016

There we go, configuration refactoring. Opinions?
It's fairly simple:
Each configuration has an own class, eg CoreConfiguration. It contains the configuration properties and the default values.
Then there's also a specific "Locator" (eg. CoreConfiguratioLocator). It provides an instance (always the same) of the configuration class. It can use a ConfigurationReader to fill the configuration class. By default it uses the App.config reader (AppConfigReader) to fill the values. A custom reader can be created and registered there if wanted.

@Roemer Roemer mentioned this pull request Jan 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant