Click here to Skip to main content
15,897,518 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
den2k8829-Jun-18 5:09
professionalden2k8829-Jun-18 5:09 
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 
Actually, advancing a field of physics isn't too far away from the truth: the only other people doing this kind of applied physics is our competitors.

My company makes and sells vibration test equipment, and my part is working on the software that controls the shakers based off of the accelerometer data. Now while there's a lot of vibration research that's been done, it's not exactly a hot topic in academia. And it certainly hasn't been developed into software libraries. (Although have you ever looked at code written by a scientist? It works, but it's not optimized and is often rather messy). Thus we develop a lot of it ourselves, which is just as well because we often need to tweak it as we take into account other stuff such as electronic noise or unconsidered vibration cases.

Also, when you do one thing to the signal at one point, you need to account for it another point in the signal analysis. So if you aren't careful, the code devolves into a big mess very quickly. Which is difficult when you're trying to fix a customer's problem as quickly as possible so they can get on with their product testing.
GeneralThe "better" way? Pin
Mike (Prof. Chuck)24-Jun-18 23:18
professionalMike (Prof. Chuck)24-Jun-18 23:18 
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.