not knowing why a speed value needs to be multiplied by about 5.95 and just doing it: dumb programming, "magic number," bad rabbit
naming a variable "INERTIA_CONSTANT" and setting it to 5.95 and multipying things by the INERTIA_CONSTANT and still not knowing why: smart programming, clean code practices, no "magic numbers," good rabbit
