- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Why not have it compose the email and, if it's testing, send it to a test address as an attachment rather than sending it as an email to its own recepient address?
Admin
Which is bad, of course. We all know that query languages should be written in FRENCH. Like SQL...
Admin
We're trying to get t-shirts with "It Works On My Machine" made up for our development department.
Any coder who consistently doesn't believe their testers when they say it's broken should be "invited" into the QA department for 6 months.
Admin
Admin
Ironically enough, ENGLISH can be put into French mode:
TRIEZ CLIENT PAR BILAN
Admin
So then, after that, I only have to wait until 2020 until I can work on a real OS again ...
Admin
I always add something like,
print STDOUT "DEBUGGING - DO NOT USE LIVE!"; <STDIN>;
This forces me to realize the code is broken.
Admin
On our system the default is not to send out e-mails all; they're written out to a temporary file instead. On our (one) production server there's a file outside the source tree which declares that it's safe to actually send e-mails out into the net.
This file is mentioned in the documentation we follow whenever we build a new developer's server, so the chances we'll not remember about it when building a new development server are small.
Admin
Hmmm. If they had unit tests, this would never have been a problem.