Open-Infra-Platform
Open-Infra-Platform copied to clipboard
[REF] Paths Variable in ProfileConverter
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.
Take a look at PR #516 The changes in the ProfileConverter.h file give indication of how this can be done.