Works On My Machine

methodology

Wed Aug 06 17:32:00 -0700 2008

Cause one code path in the code you're checking in to be executed. The preferred way to do this is with ad-hoc manual testing of the simplest possible case for the feature in question. Omit this step if the code change was less than five lines, or if, in the developer's professional opinion, the code change could not possibly result in an error.

Hey, it works on MY machine.