Click here to Skip to main content
15,912,400 members

Survey Results

Have you ever refused to write code in a certain language? (and what was it?)

Survey period: 17 Jul 2017 to 24 Jul 2017

Maybe it was a website in Managed C++, a parser in SQL or a GUI in ASM. What's your breaking point?

OptionVotes% 
Yes38437.07
I put up a fight but failed14213.71
No51049.23



 
GeneralRe: No, but ... Pin
Phil Ouellette18-Jul-17 9:08
Phil Ouellette18-Jul-17 9:08 
GeneralRe: No, but ... Pin
CodeWraith18-Jul-17 9:53
CodeWraith18-Jul-17 9:53 
GeneralRe: No, but ... Pin
Jochen Arndt18-Jul-17 20:59
professionalJochen Arndt18-Jul-17 20:59 
GeneralWhat language: ADA Pin
R. Erasmus16-Jul-17 20:49
R. Erasmus16-Jul-17 20:49 
GeneralNo. There are always reasons ... Pin
OriginalGriff16-Jul-17 20:18
mveOriginalGriff16-Jul-17 20:18 
GeneralFirst pick: PHP Pin
CodeWraith16-Jul-17 19:32
CodeWraith16-Jul-17 19:32 
GeneralRe: First pick: PHP Pin
Mohibur Rashid17-Jul-17 19:10
professionalMohibur Rashid17-Jul-17 19:10 
GeneralRe: First pick: PHP Pin
kalberts18-Jul-17 0:49
kalberts18-Jul-17 0:49 
I wish I could reject to do any coding in ANY interpreted, typeless or weakly typed language. Unfortunately, in today's programming world, you cannot.

I insist on having a compiler give me a smack on my fingers BEFORE we put the code into production. I hate it especially when a fatal error occurs in an exception handler set up to avoid fatal errors, but the code isn't checked for (static or typing) errors until being used.

Sure, there are static code checking tools, but if the language is typeless or weakly typed, they can do only so much. Weak typing and interpreting often goes hand-in-hand.

(The definition of the CHILL language is nice: For each element, it specifies explicitly which static error the compiler MUST detect, which it may detect (but it may be very costly), and which errors may occur at run time that must be detected/handled by the run time system. These specs also forms a very nice check list for how to write your code so that none of the cases apply. Unfortunately, CHILL never crawled out of the phone switches into the general programming world, but at one time (in the early 1990s), more than half of the world's digital phone switches was programmed in CHILL.)

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.