tumcms / Open-Infra-Platform

This is the official repository of the open-source Open Infra Platform software (as of April 2020).
Other
48 stars 22 forks source link

[REF] Paths Variable in ProfileConverter #517

Open jschlenger opened 2 years ago

jschlenger commented 2 years ago

File which is being refactored ProfileConverter.h

Functions The profile converter has a protected variable called "paths". Furthermore, there are various functions that take a "paths" variable as one of the input parameters. This is not good practice and throws a couple of warnings during compilation.

Please rename the function input variable "paths" to make the code better understandable.

jschlenger commented 2 years ago

Take a look at PR #516 The changes in the ProfileConverter.h file give indication of how this can be done.