5 ms·
To me, adding parentheses when using common operators signals that I should read it carefully, because normal precedence is probably broken. When that is not th
by eperdew 5y ago
To me, adding parentheses when using common operators signals that I should read it carefully, because normal precedence is probably broken. When that is not the case, I spend a bit more time parsing the expression for no gain as a reader.