FireDynamics / FireDynamics/ARTSS
Feature: replace hardcoded string paths for config parameters
Open
type: enhancement
- Dominant language
- C++
- Stars
- 14
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.