- 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
Or you lost the file.
Admin
That's the way I would have done it.
Admin
Nowadays we just call that "outsourcing".
Admin
STFY
Admin
Real programmers don't use debugger. They use logging. This kind of error can be fixed in 1 hour at most.
Admin
Booleans store their information in just a single bit - and thanks to Tron we all know how unreliable these bits can be!
A string like "true" uses four bytes (!) for the same information, that's 32 x as reliable (40 x in case of "false"!) - and I'm not even taking the trailing nullbyte into account!
ag.
PS: next week, I'll show you how much more reliable it is to fill up a dat streamer tape with zeros rather than simply assigning a "null" value. Redundance rulez!
Admin
I had no idea there was a need for my services in this field. Tell me, do most tech companies have stables where I can lodge my big blue ox?
Admin
No real programer use load runer test tools.
Admin
Boolicorn: n. mythical beast, keeper of all true and false statements, avoid at all cost.
Admin
The next time I see a function that returns the strings "true" and "false" rather than a boolean, I think just for fun I'm going to change one of the tests to
or
Then let the original author see if he can find the problem.
Admin
Certainly. Java programmers always need an 0X to indicate that a number is hexadecimal.
Admin
Are you suggesting this convention originated at IBM?
Admin
Admin
You missed the point. If you use boolean, your shitty code would throw a syntax error on compile. You would get a line number and would be able to fix your shitty code immediatelly... = lessShittyCode;
Real programmers use ALL the tools available to them. I have found many bugs via debugging a lot quicker than a log file and I have found may bugs quickly using a log file. It depends on what you're doing and which language you're working with and weather or not you have code on a remote server.
Its like preparing for the zombie apocalypse and when it finally hits deciding, "I'll just leave the hand grenades behind, I don't see how they could be useful."
Admin
"Hey! You missed a few!!! Here's a more complete list: http://unicode.org/charts/ "
Most of "[^0-9a-zA-Z]", for are just missing from his function! And I'm sure that they wouldn't want Klingon characters! >;->
Admin
I get the sense you are a sensitive programmer who needs to harden up... F*ck me you can overreact..
Admin
PiisAWheeL s where it is at... Check, double check, triple check....
Admin
Yes, there was. Only after I added it, unfortunately...
Admin
By chance, do you work for the US Congress?
Admin