Comment on Github Ruby StyleguideparentComments−gurkendoktor13y> Parenthesis should always be used when there's even the slightest possibility that you or another maintainer/contributor might be confused about.Yes, but you can make the same point in favor of using "and" and "or" (and deprecating &&/||).
Comments
> Parenthesis should always be used when there's even the slightest possibility that you or another maintainer/contributor might be confused about.
Yes, but you can make the same point in favor of using "and" and "or" (and deprecating &&/||).