Hacker News new | ask | show | jobs
by acadien 3462 days ago
Avoid using these whenever possible. Readability is more important than WoahNeat Factor.
1 comments

You don't think "bitand" is more readable than &?
More eadable as in "I can read english"? Yes.

More readable as in "I want to read code fast"? No.

I much prefer C style languages over Pascal style languages.

Only if I haven't programmed in any other language before.