Worst Exception!!
-
What's in your mind is the worst exception in programming?? My favourite is Out of Memory!
-
What's in your mind is the worst exception in programming?? My favourite is Out of Memory!
-
Ah yes the compiler messages of MicroFocus COBOL !!! - miss one full-stop (period) and you would get 1000's of errors. Deep joy.
When the going gets weird the weird turn pro - Hunter S Thompson RIP
-
What's in your mind is the worst exception in programming?? My favourite is Out of Memory!
There are quite some Exceptions I really don't like... NullReference, String or binary data would be truncated, that sort of stuff. Mostly because the error doesn't indicate what was null or what data would be truncated. But the worst of them all, mostly because I've seen it not handled correctly way to often, See the inner Exception for details... Ok, so where is that inner exception? Not in some logging, not in some message box, actually it is nowhere! The programmer programming this code did not ever stop to think about the fact that an Exception may have an inner exception. Good luck finding out what's wrong... :sigh: Now comes the fun part. I fixed it and the first Exception I got had an inner exception in the inner exception... Luckily I log exceptions recursively for these cases :)
It's an OO world.
public class Naerling : Lazy<Person>{
public void DoWork(){ throw new NotImplementedException(); }
} -
Back in my dark COBOL days "Abnormal abend", that could indicate anything.
When the going gets weird the weird turn pro - Hunter S Thompson RIP
But usually you got an error code and, if didn't helped, a dump which could be analysed. I got mostly 0C7 errors :-)
-
BSOD
Be excellent to each other. And... PARTY ON, DUDES! Abraham Lincoln
Is this the same like BYOD? What I really like is BYOB (bring your own bottle) :-)
-
What's in your mind is the worst exception in programming?? My favourite is Out of Memory!
We had an external consultant, and he implemented a very meaningfull error message for all type of errors: "An Error occured"
-
Not an exception but with the same flavour. During windows start-up device detection: "Keyboard error or no keyboard present." and below the well known "Press F1 to continue or ESC to enter SETUP."
Never underestimate the difference you can make in the lives of others.
-
What's in your mind is the worst exception in programming?? My favourite is Out of Memory!
-
I can't remember.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easierI (think I) see what you did there :-\
I'm brazilian and english (well, human languages in general) aren't my best skill, so, sorry by my english. (if you want we can speak in C# or VB.Net =p) "Given the chance I'd rather work smart than work hard." - PHS241 "'Sophisticated platform' typically means 'I have no idea how it works.'"
-
I (think I) see what you did there :-\
I'm brazilian and english (well, human languages in general) aren't my best skill, so, sorry by my english. (if you want we can speak in C# or VB.Net =p) "Given the chance I'd rather work smart than work hard." - PHS241 "'Sophisticated platform' typically means 'I have no idea how it works.'"
The fact you commented, says you did. Obviously, you and I are more subtle than the others. :-D
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier -
I'm sure there are lots, however, the one that is currently getting on my nerves is "File not found" being thrown by one of my Python scripts when I try to import a library, despite the fact I damn well know it's installed and working. Python seems very flakey when it comes to libraries, particularly on Windows. One day it works the next it doesn't.
.-. |o,o| ,| \_\\=/\_ .-""-. ||/\_/\_\\\_\\ /\[\] \_ \_\\ |\_/|(\_)|\\\\ \_|\_o\_LII|\_ \\.\_./// / | ==== | \\ |\\\_/|"\` |\_| ==== |\_| |\_|\_| ||" || || |-|-| ||LI o || |\_|\_| ||'----'|| /\_/ \\\_\\ /\_\_| |\_\_\\
-
Yes they are, but when they happen, it means I screwed up as the developer. So, I really hate to see them. "I am rarely happier than when spending entire day programming my computer to perform automatically a task that it would otherwise take me a good ten seconds to do by hand." - Douglas Adams
-
Back in my dark COBOL days "Abnormal abend", that could indicate anything.
When the going gets weird the weird turn pro - Hunter S Thompson RIP
-
What's in your mind is the worst exception in programming?? My favourite is Out of Memory!
-
"There was an error reading the document" – Adobe's PDF reader when there is an error in your PDF, anywhere in the document. It won't tell you which object or page the error was on, never mind what you actually did wrong.
Oracle also has a really informative kind of Exception: ORA-00600: internal error code, arguments: [12333], [205], [70], [164], [], [], [], []
-
Is this the same like BYOD? What I really like is BYOB (bring your own bottle) :-)
In my circles BYOB would definitely be an exception. Except as a present.
Be excellent to each other. And... PARTY ON, DUDES! Abraham Lincoln
-
What's in your mind is the worst exception in programming?? My favourite is Out of Memory!
Error number 5692305182344859072314609
-
What's in your mind is the worst exception in programming?? My favourite is Out of Memory!
-
object reference not set to an instance of an object index is outside the bounds of the array