Coded insults
-
Yes, I too once coded an error message under a condition that at that point I assumed was a foregone conclusion. It said sth along the lines of. "you should never see this error message. If you do, please contact <my name>" Of course, that impossible condition did hit eventually, and I got a call from our customer.. Thankfully the software was still under testing at that point so it wasn't some clueless user, but a rather exhilarated tester... :-O
-
Programmer sure seems to heve a high opinion of themselves. After all, it's not like they disabled that execute button until the user had loaded an XSD and selected at least one file. And to top it off, they tried to cover up their shortcomings by insulting the user. Stupid programmer. Programmer: -1 User: 0
We can program with only 1's, but if all you've got are zeros, you've got nothing.
Agreed. Keep thinking your user is "stupid" and pretty soon you won't have any. /ravi
My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com
-
I think it isn't too polite when you show a message box to your user which is telling him that he is too stupid :doh: . Just a gues ;P
Mark Springsteen wrote:
I think it isn't too polite when you show a message box to your user which is telling him that he is too stupid :doh: .
Is politeness or honesty preferred? "Replace Application Operator" is sometimes the best advice an application can give.
Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]
-
The user would probably complain that "Too" and "Stupid" should be lowercase only, and that pressing "Tab" button should close the message box.
-
Mark Springsteen wrote:
I think it isn't too polite when you show a message box to your user which is telling him that he is too stupid :doh: .
Is politeness or honesty preferred? "Replace Application Operator" is sometimes the best advice an application can give.
Bastard Programmer from Hell :suss: if you can't read my code, try converting it here[^]
Eddy Vluggen wrote:
Is politeness or honesty preferred?
Honesty is important. Why can't you insult your user in a honest way ;) ?
-
From the main form of a simple XSD validator app..
void executeButton\_click(object sender, EventArgs e) { if (userTooStupid(schema == null, "You gotta load an XSD first, genius.") || userTooStupid(fileBrowser1.SelectedFiles.Length == 0, "You've selected zero files. And they're all valid!!")) return; bool userTooStupid(bool condition, string insult) { if (condition) MessageBox.Show(insult, "User Too Stupid"); return condition; }
There is a great tool for working with images called "ImgBurn", it has more coded insults than any other application I've ever used. It's more condescending than anything, like, hey, I've noticed you're doing it wrong, would you like me to do it right? (Yes, No) It's also very good at it's job, and has saved me a TON of wasted disc, I highly recommend it. :D
-
There is a great tool for working with images called "ImgBurn", it has more coded insults than any other application I've ever used. It's more condescending than anything, like, hey, I've noticed you're doing it wrong, would you like me to do it right? (Yes, No) It's also very good at it's job, and has saved me a TON of wasted disc, I highly recommend it. :D
I looked those up on Google, and found that those are quotes from movies. They can be turned off in the options dialog. I never noticed them before, and I use ImgBurn quite a bit.
Bob Dole
The internet is a great way to get on the net.
:doh: 2.0.82.7292 SP6a