Stories
Slash Boxes
Comments

SoylentNews is people

posted by n1 on Sunday June 18 2017, @12:22AM   Printer-friendly
from the not-your-bar-tab dept.

Submitted via IRC for TheMightyBuzzard

The annual Stack Overflow developer surveys often include lots of bad news. "People still use PHP," for example, is a recurring and distressing theme. "Perl exists" is another.

But never before has the survey revealed something as devastatingly terrible as the 2017 survey. Using PHP and Perl are matters of taste. Extremely masochistic taste, certainly, but nobody is wrong for using those languages; it's just the programming equivalent of enjoying Adam Sandler movies. But the 2017 survey goes beyond taste; it goes into deep philosophical questions of right and wrong, and it turns out that being wrong pays more than being right.

Developers who use tabs to indent their code, developers who fight for truth and justice and all that is good in the world, those developers have a median salary of $43,750.

But developers who use spaces to indent their code, developers who side with evil and probably spend all day kicking kittens and punching puppies? Their median salary is $59,140.

Source: ArsTechnica


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by jmorris on Sunday June 18 2017, @05:14PM (1 child)

    by jmorris (4844) on Sunday June 18 2017, @05:14PM (#527528)

    So the TLDR; version is people working at hip startups using hip languages get paid more. But because to work at a hip startup typically means living somewhere the cost of renting a one room studio hovel will cost more than a house note on something with a actual rooms, a garage and a yard elsewhere, you aren't really ahead of the game.

    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 2) by Marand on Sunday June 18 2017, @09:14PM

    by Marand (1081) on Sunday June 18 2017, @09:14PM (#527594) Journal

    Clojure and Elixir being so high could also be related to their host platforms. Elixir's a BEAM language, so it gets the advantages of Erlang with a nicer, Ruby-like syntax. Similarly, Clojure targets the two major managed platforms, JVM and CLR, along with being one of many langs to target Javascript.

    Maybe the message here is that good languages for those platforms is valuable to people invested in them? That, and in Clojure's case, being able to use the same language in all three environments is likely a benefit as well. That's been the argument for nodejs -- same language on client and server -- but it's a stronger argument when the language isn't javascript.