I pointed out (in #6782 (comment)) that we used settersAcc as the accumulator variable in some code and it wasn't obvious what it was from reading the code.
@aduth pointed out we are quite inconsistent with this variable: #6782 (comment)
It'd be nice to go through and clean these up:
- Make them consistent
- Put
accumulator in the variable name (maybe make that the variable name suffix all the time).
I pointed out (in #6782 (comment)) that we used
settersAccas the accumulator variable in some code and it wasn't obvious what it was from reading the code.@aduth pointed out we are quite inconsistent with this variable: #6782 (comment)
It'd be nice to go through and clean these up:
accumulatorin the variable name (maybe make that the variable name suffix all the time).