Hacker News new | ask | show | jobs
by n1ghtm4n 4723 days ago
A very good point. I still think it's a big win if it makes it 1% easier for new programmers to understand.
1 comments

I actually think "and" and "or" make it 1% more difficult for new programmers because it doesn't implicitly warn them about things like short-circuit evaluation and whatnot. "and" and "or" have a lot of nuances that experienced programmers take for granted that a new programmer won't know until they're taught.