Hello,

I've noticed in [lang] the use of extraneous parentheses in return
statements: 

        return (expr);

I would like to change these to:

        return expr;

I have some previous-life flashbacks of "return (expr);" being a C
construct. I find that the extra parentheses makes the code harder to
parse.

Does anyone care to keep the extra parentheses?

Thanks,
Gary


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to