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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: