Click here to Skip to main content
15,899,126 members

Survey Results

What's the better way to code?

Survey period: 25 Jun 2018 to 2 Jul 2018

"Both" isn't an option, and "somewhere in between" is the easy answer. If you could only choose one which would it be?
OptionVotes% 
Ensure the code is as bug free as humanly possible then release59657.81
Ensure the code easy to debug and fix then release43542.19



 
GeneralRe: Bad Premise Pin
Nathan Minier29-Jun-18 5:22
professionalNathan Minier29-Jun-18 5:22 
GeneralRe: Bad Premise Pin
den2k8829-Jun-18 5:25
professionalden2k8829-Jun-18 5:25 
GeneralShould be asked instead... Pin
Sanjay K. Gupta24-Jun-18 23:20
professionalSanjay K. Gupta24-Jun-18 23:20 
GeneralRe: Should be asked instead... Pin
KBZX500025-Jun-18 21:26
KBZX500025-Jun-18 21:26 
GeneralRe: Should be asked instead... Pin
Kaladin26-Jun-18 6:16
Kaladin26-Jun-18 6:16 
GeneralRe: Should be asked instead... Pin
KBZX50002-Jul-18 0:01
KBZX50002-Jul-18 0:01 
GeneralRe: Should be asked instead... Pin
Kaladin2-Jul-18 5:15
Kaladin2-Jul-18 5:15 
GeneralThe "better" way? Pin
Mike (Prof. Chuck)24-Jun-18 23:18
professionalMike (Prof. Chuck)24-Jun-18 23:18 
I think, no one produces bugs just-for-fun.
There is only ONE way to produce code, and we all go that way: Try to not make a defect program, but one, that works.

Bugs are a natural part of every software product.
The mindset "it compiles, so ship it" happens nowadays more often, but that's in many cases not the dev's fault. It's deadlines, it's "but we promised it to the customer", it's bad management and marketing.

Today, if you look at Steam or in any App store, even in professional standard software market, it all is full of "early access", "public beta", "preview version" things...
Today, software is shipped LONG BEFORE it is even CLOSE to being feature finished or tested.

Same as cars, where you have to happy if it runs for ten years (in the 70's and 80's cars had an expected lifetime of 20+ years!), it's with software. The lifecycle of one version is not measured in years, it's more months, sometimes even weeks.
9 out of 10 "releases" are only bugfixes from the previous versions. Everything is "patched" twice a month, ...
Yes, of course, the internet, the stores, the "online" world allows us to push fixes in short time to the customers... but honestly:
If you'd taken the time to do intense testing and FINISH your product version before you ship it, would be MUCH better for the customers!

I don't say "everything was better in the past", but when I only leave my PC off for a week, I need an hour or more before I can be productive due to 21 windows updates, 4 patches for each of my development environments, and then an office patch here and an update there...
Where are the times, where you could just START an application and you were ready to go? Every sh***tty app welcomes you with "oh hey! there's a new version available! Updating..." dialog.

So the real question here should be:
Why are we so forced into releasing bugggy software? How can we wake them up, that they are doing no good?

GeneralRe: The "better" way? Pin
Nathan Minier25-Jun-18 1:19
professionalNathan Minier25-Jun-18 1:19 
GeneralRe: The "better" way? Pin
kmoorevs25-Jun-18 5:51
kmoorevs25-Jun-18 5:51 
GeneralRe: The "better" way? Pin
KBZX500025-Jun-18 21:30
KBZX500025-Jun-18 21:30 
GeneralA trick question? Pin
Jochen Arndt24-Jun-18 22:24
professionalJochen Arndt24-Jun-18 22:24 
GeneralRe: A trick question? Pin
Pete Lomax Member 1066450526-Jun-18 2:30
professionalPete Lomax Member 1066450526-Jun-18 2:30 
GeneralRe: A trick question? Pin
den2k8827-Jun-18 22:10
professionalden2k8827-Jun-18 22:10 
GeneralBoth are dependent on each other PinPopular
Hemant Singh Rautela24-Jun-18 21:13
professionalHemant Singh Rautela24-Jun-18 21:13 
GeneralSilly question PinPopular
Mehdi Gholam24-Jun-18 19:27
Mehdi Gholam24-Jun-18 19:27 
GeneralRe: Silly question Pin
Manish K. Agarwal24-Jun-18 20:24
Manish K. Agarwal24-Jun-18 20:24 
GeneralRe: Silly question Pin
Gary Wheeler25-Jun-18 7:00
Gary Wheeler25-Jun-18 7:00 

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.