307
Worse than single letters
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Yup, I also do that. If I just need a variable to put in what will be returned, I call it
result
. What it means should be clear from the function name. Repeating that feels redundant.