|
|
| laziness, impatience, and hubris | |
| PerlMonks |
Re: Embracing functions with parenthesesby Zaxo (Archbishop) |
| on Mar 16, 2005 at 10:07 UTC ( #439894=note: print w/ replies, xml ) | Need Help?? |
|
I tend to use as few parentheses as I can. The reason is that when I see them then I know they mean something. Usually they mean that I am overriding operator precedence,
my $foo = ($bar + 1)/2; In general I try to follow perlstyle, but my efforts may show a few quirks. After Compline,
In Section
Meditations
|
|
||||||||||||||||||||