Okay.
"Bob, do you have cycles to take on this ticket? Customer says that the application is unresponsive."
21–29 of 29 posts
Okay.
"Bob, do you have cycles to take on this ticket? Customer says that the application is unresponsive."
It's pretty crazy the number of times I've banged my head against the wall trying to fix something... and then I'll either step away for an hour, or just come back the next day, and I'll have it fixed in minutes. It really does work sometimes.
None of these debugging tips involve the use of a debugger, arguably one of the most efficient ways to debug.
The article has slop slurping all over from it
It's pretty crazy the number of times I've banged my head against the wall trying to fix something... and then I'll either step away for an hour, or just come back the next day, and I'll have it fixed in minutes. It really does work sometimes.
Earlier quoted context omitted.
The article has slop slurping all over from it
The article is a bit of a "dog bites man", but itsobservations are valid. False assumptions are what caused > 50 per cent of my bugs, and for bugs in production, reasonable logging is what you need. The point with going away from the computer and letting your brain process things is good too, and the point about postmortem is spot on. I hate it when my colleagues say "fixed" without explaining how the error emerged i…
Is it just me or is this yet more ChatGPT output?
Testers investigate things, though.
Earlier quoted context omitted.
The article is a bit of a "dog bites man", but itsobservations are valid. False assumptions are what caused > 50 per cent of my bugs, and for bugs in production, reasonable logging is what you need. The point with going away from the computer and letting your brain process things is good too, and the point about postmortem is spot on. I hate it when my colleagues say "fixed" without explaining how the error emerged i…
Sure, nothing in the article is wrong. But if someone has to be told most of these things, and they already are a professional developer? What were they doing when they were supposed to be learning their profession?