Open-Infra-Platform icon indicating copy to clipboard operation
Open-Infra-Platform copied to clipboard

[REF] Paths Variable in ProfileConverter

Open jschlenger opened this issue 4 years ago • 1 comments

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 avatar Dec 21 '21 12:12 jschlenger

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

jschlenger avatar Dec 21 '21 12:12 jschlenger