Details
-
Task
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
0.7.0
Description
Background:
Currently, probably due to copy-pasting, many of the processors take their name and id arguments as values as opposed to const references.
➜ git --no-pager grep '(std::string name, utils::Identifier uuid = utils::Identifier())' | wc -l
46
Proposal:
It should be a trivial change to update these signatures. One should search and replace the mentioned signature and check if changing it has no impact (eg. values are not moved from).