Hacker News new | ask | show | jobs
by wayne 6421 days ago
Was interesting reading the reasoning behind the funky & vs. == precedence rules. I.e. the requirement of parentheses when writing:

  if ((a&mask) == b)