319
Worse than single letters
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
I came here to say this.
Declare
result
in the first line of the function andreturn result
is the last line. In C++, this is a big hint to the compiler that you want return value optimization to kick in.