Hacker News new | ask | show | jobs
by lolcatuser 1208 days ago
I use octal for this.

  x << (3 * 8);
vs.

  x << 030;