Note | ||
---|---|---|
| ||
This rule may be deprecated and replaced by a similar guideline. 06/28/2014 -- Version 1.0 |
JAccording According to the JLS, §15.7, "Evaluation Order" [JLS 2005]:
...
EXP30-C. Do not depend on the order of evaluation for side effects | |
EXP30-CPP. Do not depend on order of evaluation between sequence points | |
Side Effects and Order of Evaluation [SAM] |
...