Computing is really all about order. If you can take data, apply an operation to it, and get the same result every single time, then you have a stable and reliable computing system. So it makes total ...
This lint suggests wrapping sub-expression in parenthesis whenever many users may confuse which operator has higher precedence than other. This is very similar to what java automatically does with the ...