
Prefer Prefix Operators to Postfix Ones for Non-Fundamental Types
Postfix operators, namely ++ and –, are less efficient than their prefix counterparts because the compiler usually creates a temporary copy of the object before applying the operator to an