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

Feature: replace hardcoded string paths for config parameters #192

Open
LinhWuerzburger opened this issue Dec 16, 2021 · 0 comments
Open
Labels
type: enhancement New feature or request

Comments

@LinhWuerzburger
Copy link
Contributor

Currently, all parameters of the XML file are stored in a map and can be accessed through their XML path. This means that every class has to know the path to their parameters. These paths are alls hardcoded, therefore hard to change.

Suggestion how to solve it:
Write a function, which creates the path to the parameter based on the caller.

@LinhWuerzburger LinhWuerzburger added the type: enhancement New feature or request label Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant