Excluding spaces from inside expression parentheses, especially in loop-statement assignments, has historically been common in jQuery—and used intentionally to visually distinguish expression parentheses from statement parentheses—but was prohibited by jscs-dev/node-jscs@0f78baf in response to #104 (which was removing our complicated function-call exceptions).
Since that time, JSCS has added an ignoreParenthesizedExpression option to requireSpacesInsideParentheses. We should adopt it and update the style guide accordingly.
Excluding spaces from inside expression parentheses, especially in loop-statement assignments, has historically been common in jQuery—and used intentionally to visually distinguish expression parentheses from statement parentheses—but was prohibited by jscs-dev/node-jscs@0f78baf in response to #104 (which was removing our complicated function-call exceptions).
Since that time, JSCS has added an
ignoreParenthesizedExpressionoption to requireSpacesInsideParentheses. We should adopt it and update the style guide accordingly.