http://qs321.pair.com?node_id=929395


in reply to Re^3: The most important thing I have forgotten to do because I was writing code:
in thread The most important thing I have forgotten to do because I was writing code:

I know what you mean about bughunting. Especially bugs that only show up on the production server but not on any available testbed. Let's just say that i'm not allowed to hunt those kind of bugs while customers are around...

Don't use '#ff0000':
use Acme::AutoColor; my $redcolor = RED();
All colors subject to change without notice.
  • Comment on Re^4: The most important thing I have forgotten to do because I was writing code:

Replies are listed 'Best First'.
Re^5: The most important thing I have forgotten to do because I was writing code:
by planetscape (Chancellor) on Oct 04, 2011 at 18:53 UTC
    Let's just say that i'm not allowed to hunt those kind of bugs while customers are around...

    Another reason I'm glad I work alone... I don't have to worry about scaring the clients...

    HTH,

    planetscape