tumcms / Open-Infra-Platform

This is the official repository of the open-source Open Infra Platform software (as of April 2020).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[REF] Paths Variable in ProfileConverter

jschlenger opened this issue · 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.

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