Click here to Skip to main content
15,914,642 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
User 101325467-Jun-17 5:07
User 101325467-Jun-17 5:07 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
PeejayAdams6-Jun-17 1:04
PeejayAdams6-Jun-17 1:04 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
David Radcliffe6-Jun-17 1:10
David Radcliffe6-Jun-17 1:10 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
F-ES Sitecore6-Jun-17 1:14
professionalF-ES Sitecore6-Jun-17 1:14 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
harold aptroot6-Jun-17 1:20
harold aptroot6-Jun-17 1:20 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
kalberts6-Jun-17 1:57
kalberts6-Jun-17 1:57 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
lopatir6-Jun-17 2:17
lopatir6-Jun-17 2:17 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
kalberts6-Jun-17 2:56
kalberts6-Jun-17 2:56 
Sure, even if the value is burnt into a ROM, you can unsolder that ROM and put another one in place. So you can set Environment.NewLine to "xyzzy", if that satisfies you one way or the other. But that will neither change the newline convention in Windows, *nix or OSX.

I've seen people, in classic K&R C, set up #define to give FALSE the value 1 and TRUE the value 0. And I've heard of people programming in Forth to set the value of 3 to 17 - in that language, the literal 3 is a symbol that just happens to initially have the value of e.g. the count of x-es in the string "xxx", but it can be redefined som something else. Aa a code obfuscation mechanism, it is of course great.

I think that when you work in a given language, your task should be solved in that language, using the abstractions and concepts in that language. If it says that a value is constant, it IS constant for that problem solution. Just like you can go behind the compiler's back and change a contant value, you can also open an .exe or .dll file before it is run and change a "greater than" conditional jump to a "greater that or equal to" conditional jump. So the loop termination, while appearing to be constant at the source code level, is actually varying depending on which modification are made to the executable code file.

If you start digging a huge hole in the ground underneath your house, your house will fall into it. You asked for it, you got it.
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
Daniel Wilianto7-Jun-17 15:53
Daniel Wilianto7-Jun-17 15:53 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
Richard MacCutchan6-Jun-17 1:08
mveRichard MacCutchan6-Jun-17 1:08 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
F-ES Sitecore6-Jun-17 1:10
professionalF-ES Sitecore6-Jun-17 1:10 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
lopatir6-Jun-17 1:54
lopatir6-Jun-17 1:54 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
F-ES Sitecore6-Jun-17 2:38
professionalF-ES Sitecore6-Jun-17 2:38 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
lopatir6-Jun-17 2:45
lopatir6-Jun-17 2:45 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
kalberts6-Jun-17 3:02
kalberts6-Jun-17 3:02 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
User 592416-Jun-17 4:30
User 592416-Jun-17 4:30 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
Gary Huck7-Jun-17 2:38
Gary Huck7-Jun-17 2:38 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
S Douglas6-Jun-17 11:11
professionalS Douglas6-Jun-17 11:11 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
Kelly J Grant7-Jun-17 5:56
Kelly J Grant7-Jun-17 5:56 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
James Curran11-Jun-17 11:14
James Curran11-Jun-17 11:14 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
User 111273037-Jun-17 6:57
User 111273037-Jun-17 6:57 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
Peltier Cooler8-Jun-17 10:05
professionalPeltier Cooler8-Jun-17 10:05 
GeneralRe: And the prize for the most stupid error messages goes to.... Pin
James Curran11-Jun-17 11:17
James Curran11-Jun-17 11:17 
GeneralDon't call it a drone! Pin
CDP18025-Jun-17 23:55
CDP18025-Jun-17 23:55 
GeneralRe: Don't call it a drone! Pin
User 99160806-Jun-17 4:47
professionalUser 99160806-Jun-17 4:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.