Lazy with bitwise operators
There is a certain charm in using a single variable to store a bunch of boolean flags. Binary is convenient because it is all 1′s (true) and 0′s (false). The part I don’t like is assigning variables to each position … Continue reading




