in reply to Re: Re: Re: checking input using grep()
in thread checking input using grep()
I do see your point.
Mine is I like to regard brackets as syntactic sugar that I only use where really necessary for perl or to highlight any hidden precedence issue. I'm so used to automatically resolving long statements right-to-left without second though that when brackets automatically are "pay attention with precedence here!" signs for me. So I find it very distracting if there's many of them, and it takes me a lot longer to break up the statement into its parts.
Once again it's a matter of taste and habit I guess - TMTOWTDI :-)