Monthly Archives: May 2011

Good vs bad engineering

Good: if (already_reset) { say “sorry, you’ve already reset before”; exit; } if (have_cart || weight > 0 …) { say “i can’t reset your skills if you have a falcon, cart, …”; exit; } Bad: if (have_cart || weight … Continue reading

Posted in bugs, rants | Leave a comment