Click here to Skip to main content
15,885,366 members

Survey Results

When it comes to bugs in code, which of these is closest to your philosophy?

Survey period: 20 Jan 2020 to 27 Jan 2020

Assume you're in a perfect world where you get to call the shots , you choose the projects, and you answer to no one.

OptionVotes% 
My code must not, and will not, have bugs.749.31
I spend more time ensuring there are no bugs than I do ensuring the code is resilient to bugs516.42
I balance my time writing good code and writing code that can handle bugs36646.04
I just kinda try and write good code and don't really think about it13617.11
My code will have bugs, but my error handling is so good no one will notice283.52
I code therefore I write bugs. They aren't really an issue to me.11814.84
Other222.77



 
GeneralAnother missing option Pin
Dean Roddey26-Jan-20 5:16
Dean Roddey26-Jan-20 5:16 
GeneralTechnically, my bugs code me. Pin
RedDk24-Jan-20 10:23
RedDk24-Jan-20 10:23 
GeneralMissing option PinPopular
Gary Wheeler21-Jan-20 2:01
Gary Wheeler21-Jan-20 2:01 
PraiseRe: Missing option Pin
Slow Eddie21-Jan-20 3:02
professionalSlow Eddie21-Jan-20 3:02 
GeneralRe: Missing option Pin
Gary Wheeler21-Jan-20 3:08
Gary Wheeler21-Jan-20 3:08 
GeneralRe: Missing option Pin
Nelek24-Jan-20 1:58
protectorNelek24-Jan-20 1:58 
GeneralThere's always one more bug Pin
M.Vo.20-Jan-20 20:52
M.Vo.20-Jan-20 20:52 
GeneralRe: There's always one more bug Pin
kalberts20-Jan-20 22:55
kalberts20-Jan-20 22:55 
GeneralExperience Pin
W Balboos, GHB20-Jan-20 3:02
W Balboos, GHB20-Jan-20 3:02 
GeneralRe: Experience Pin
Fred Kreppert20-Jan-20 5:45
Fred Kreppert20-Jan-20 5:45 
GeneralRe: Experience Pin
kalberts20-Jan-20 22:44
kalberts20-Jan-20 22:44 
I am happy that you quote "enemy". Beacause I can't think of it that way, except when joking about it. I am happy when I realize: "Oh, so that is what you need! Sure, I think I can make that for you." Understanding the real needs, replacing my initial, and incorrect, assumptions. That is not an enemy's work; that comes from a helper.

Sometimes, I must help the user to help me. E.g. I must guide the user to, or teach him, a certain formalism required for identifying the needs. To make the customer understand his own needs better. (Not a formalism for how to build a solution; that is something different.) Usually, the customer is thankful for getting a better understanding of what he is doing, computerized solution or not.

I see the user as my friend. Unquoted.

To follow up your Y2K story: I guess I beat you there... Smile | :) In 1981, I was an intern with a company with its proprietary CPU architectue, proprietary OS and proprietary binary date format. I was working late one night when the date stamps suddenly went crazy on all new files created, on all computers - but only when viewed through some subsystems. We were working at a rather low layer, so I quickly spotted the problem: The (binary format) time stamps had expanded into the most signifcant bit. Those subsystems giving completely crazy days had declared the time stamp as a signed value, treating the MSB as a sign bit. I called the chief OS architect, and he called the entire OS group for a panic action; they were sitting all through the night to analyze all the core systems to see if any of them would crash. Fortunately, only user level applications had declared the time stamp as signed, and nothing crashed. We had to send out messages to all customers the next day, and within a couple of weeks, updated versions of all the affected applications where sent out. Most of our customers were technically qualified, understanding the problem, so we were mostly "excused" for the bug.
GeneralRe: Experience Pin
Tom Corbett Space Cadet20-Jan-20 9:35
professionalTom Corbett Space Cadet20-Jan-20 9:35 
GeneralRe: Experience Pin
kalberts20-Jan-20 21:18
kalberts20-Jan-20 21:18 
GeneralThere will be bugs... PinPopular
Mehdi Gholam20-Jan-20 2:20
Mehdi Gholam20-Jan-20 2:20 
PraiseRe: There will be bugs... Pin
Slacker00720-Jan-20 2:59
professionalSlacker00720-Jan-20 2:59 
GeneralRe: There will be bugs... Pin
Ravi Bhavnani20-Jan-20 8:55
professionalRavi Bhavnani20-Jan-20 8:55 
GeneralRe: There will be bugs... Pin
kmoorevs20-Jan-20 10:52
kmoorevs20-Jan-20 10:52 
GeneralRe: There will be bugs... Pin
agolddog21-Jan-20 3:23
agolddog21-Jan-20 3:23 
GeneralI code therefore I bug Pin
Mike Hankey20-Jan-20 1:24
mveMike Hankey20-Jan-20 1:24 
GeneralThere will be bugs Pin
den2k8819-Jan-20 23:07
professionalden2k8819-Jan-20 23:07 
GeneralRe: There will be bugs Pin
Slacker00720-Jan-20 3:01
professionalSlacker00720-Jan-20 3:01 
GeneralRe: There will be bugs Pin
Gary Wheeler21-Jan-20 2:05
Gary Wheeler21-Jan-20 2:05 
Generalunfortunately, in the "real world," all too often ... Pin
BillWoodruff19-Jan-20 21:41
professionalBillWoodruff19-Jan-20 21:41 
GeneralPerfect world has no bugs Pin
Eek Ten Bears19-Jan-20 20:40
Eek Ten Bears19-Jan-20 20:40 
GeneralRe: Perfect world has no bugs Pin
kalberts20-Jan-20 23:03
kalberts20-Jan-20 23:03 

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.