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

Survey Results

Is there a (commonly used) programming language you would refuse to use?

Survey period: 4 Jun 2018 to 11 Jun 2018

You don't have to mention it by name

OptionVotes% 
Yes, absolutely16324.26
Yes, though maybe I wouldn't risk my job over it6810.12
There is a language I would fight very hard to avoid11817.56
There is a language I'd certainly prefer not to use14321.28
No, not really10715.92
Absolutely not. I'd use whatever language I was asked to work in7310.86



 
GeneralIt's not the language that's the problem... Pin
Sander Rossel5-Jun-18 21:25
professionalSander Rossel5-Jun-18 21:25 
GeneralRe: It's not the language that's the problem... Pin
Carsten V2.06-Jun-18 22:11
Carsten V2.06-Jun-18 22:11 
GeneralRe: It's not the language that's the problem... Pin
Sander Rossel7-Jun-18 10:03
professionalSander Rossel7-Jun-18 10:03 
GeneralRe: It's not the language that's the problem... Pin
Carsten V2.07-Jun-18 11:55
Carsten V2.07-Jun-18 11:55 
Yeah, that's what I mean.

Set width, height, color, align, etc. via JS.
I know a lot of colleagues who do it this way.
But it's ugly in my opinion.

You must know or get the id or name of the target to edit the behavior.
This is too much effort. And then it is case sensitive and you are wondering why it does not work until
you find the typo...

I.e.

JavaScript
var x = document.getElementsByTagName("myStyle"); 

or
JavaScript
document.getElementById("myTable").style.color = "blue";

No, Pals! Not for me. Smile | :)
I do it the common way...

These are all compatible objects I know which can be designed via JS.
HTML DOM Style object[^]

Okay, correctly said it's HTML DOM, but defined with JS.
As I wrote, the result is pure CSS. So why doing it this way???

Best wishes
Carsten


BTW: Where do you come from?
I am from Germany, near Karlsruhe. Ever heard of that? Smile | :)

modified 8-Jun-18 8:55am.

GeneralHad to be "Absolutely not. I'd use whatever language I was asked to work in" Pin
CHill604-Jun-18 23:39
mveCHill604-Jun-18 23:39 
GeneralRe: Had to be "Absolutely not. I'd use whatever language I was asked to work in" Pin
Eddy Vluggen6-Jun-18 2:42
professionalEddy Vluggen6-Jun-18 2:42 
GeneralRe: Had to be "Absolutely not. I'd use whatever language I was asked to work in" Pin
Tencor Developer6-Jun-18 7:06
Tencor Developer6-Jun-18 7:06 
GeneralRe: Had to be "Absolutely not. I'd use whatever language I was asked to work in" Pin
Mycroft Holmes10-Jun-18 13:37
professionalMycroft Holmes10-Jun-18 13:37 
GeneralThe basic assumption.... Pin
Vivi Chellappa4-Jun-18 17:03
professionalVivi Chellappa4-Jun-18 17:03 
GeneralRe: The basic assumption.... Pin
Ammar_Ahmad6-Jun-18 19:28
Ammar_Ahmad6-Jun-18 19:28 
GeneralRe: The basic assumption.... Pin
Vivi Chellappa7-Jun-18 2:49
professionalVivi Chellappa7-Jun-18 2:49 
GeneralRe: The basic assumption.... Pin
2b1f9-Jun-18 17:25
2b1f9-Jun-18 17:25 
GeneralRe: The basic assumption.... Pin
Mycroft Holmes10-Jun-18 13:33
professionalMycroft Holmes10-Jun-18 13:33 
GeneralRe: The basic assumption.... Pin
Vivi Chellappa11-Jun-18 2:11
professionalVivi Chellappa11-Jun-18 2:11 
GeneralRe: The basic assumption.... Pin
Mycroft Holmes11-Jun-18 12:49
professionalMycroft Holmes11-Jun-18 12:49 
GeneralSalesforce Pin
1337Architect4-Jun-18 10:46
professional1337Architect4-Jun-18 10:46 
GeneralRe: Salesforce Pin
rriegel4-Jun-18 23:29
professionalrriegel4-Jun-18 23:29 
GeneralAny of the SQL languages Pin
Clifford Nelson4-Jun-18 6:23
Clifford Nelson4-Jun-18 6:23 
GeneralRe: Any of the SQL languages Pin
RickZeeland5-Jun-18 17:59
mveRickZeeland5-Jun-18 17:59 
GeneralRe: Any of the SQL languages Pin
Slacker0078-Jun-18 2:35
professionalSlacker0078-Jun-18 2:35 
GeneralRe: Any of the SQL languages Pin
#realJSOP8-Jun-18 6:30
mve#realJSOP8-Jun-18 6:30 
GeneralRe: Any of the SQL languages Pin
Clifford Nelson8-Jun-18 7:23
Clifford Nelson8-Jun-18 7:23 
GeneralThe whole xAMP stack Pin
kmoorevs4-Jun-18 3:52
kmoorevs4-Jun-18 3:52 
GeneralRe: The whole xAMP stack Pin
rriegel4-Jun-18 23:40
professionalrriegel4-Jun-18 23:40 
GeneralDoes Javascript Qualify? Pin
PeejayAdams4-Jun-18 2:46
PeejayAdams4-Jun-18 2:46 

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.