Hacker News new | ask | show | jobs
by bombela 1889 days ago
Same. `a and b or c` reads nicer than `a && b || c` to me.

And I find its harder to typo and misread it:

`a && b || c` vs `a & b | c`

`a and b or c` vs `a & b | c`