blob: 5d0a2c292d56b8ddbc1af902cddbf4ea7770b17a [file] [log] [blame] [view]
Increment operators in method calls are dubious and while argument lists are
evaluated left-to-right, documentation suggests that code not rely on this
specification. In addition, code is clearer when each expression contains at
most one side effect.