Category: Encouragement

0

Finding and Fixing Your Own Problems Before Release

I’m sure that every line of code that you have ever written always works correctly the first time you hit compile. I’m sure that you’ve never had a bug report from the field, and...

0

The Curse of Analysis Paralysis

When it comes to software projects, most of the ones that I have been a part of could have benefited from more design, not less. Unless the customer actually asks for some documentation, or...

0

It Pays To Be Precise

I would say that there’s a potential error here, and that would be the punch line. You see, you_are_out could be a global variable, and buy_some_milk could set that global variable and send you...