Hacker News new | past | comments | ask | show | jobs | submit login

I wouldn't use this. Relying on tricky operator precedence can trip up your readers. It's better to just wrap everything in parentheses. I also use parentheses when mixing && and ||, even though their precedence relationship is (probably) more widely known.

I generally avoid `not`, `and`, `or` keywords.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: