skidvis’s avatarskidvis’s Twitter Archive—№ 9,527

  1. RT davidbyttow: How you divide an integer by two tells a lot about you as a coder. y = x / 2; y = x * 0.5; y = x >> 1;