Live data from Hacker News

2019 Stack Overflow Developer Survey Results

stackoverflow.blog

11–20 of 200 posts

Re: 2019 Stack Overflow Developer Survey Results

#11
post #4

Wow, jQuery is still one of the most popular web frameworks. That was unexpected...

To be honest it doesn't surprise me hugely. Whilst jQuery is hardly the best choice these days the simple fact is that such a ridiculous amount of libraries and plugins use it that it's sort of hard to avoid it.

Don't get me wrong - I completely understand why you wouldn't want to use it if you can help it, but honestly, for many uses it's still not a bad choice in my honest opinion.

Re: 2019 Stack Overflow Developer Survey Results

#13

Can someone help this old (2^5 years) developer out? I've worked with a number of programming languages over the years, and have never found a combination that brings me such joy and productivity as Ruby and Rails. However, I've always felt that Python and Ruby were very similar in style & goal. Can someone who is experienced in both Rails & Django explain why Python & Django are trending up so quickly, while Ruby &…

Rails' power came from the gems, once the development shifts from there, Rails became a problem to maintain.

I'm liking React more now since you get the full power (and clusterfuck) of npm.

Re: 2019 Stack Overflow Developer Survey Results

#14

Can someone help this old (2^5 years) developer out? I've worked with a number of programming languages over the years, and have never found a combination that brings me such joy and productivity as Ruby and Rails. However, I've always felt that Python and Ruby were very similar in style & goal. Can someone who is experienced in both Rails & Django explain why Python & Django are trending up so quickly, while Ruby &…

Django is likely rising because Python is rising. Most people are learning Python as their first language, and Django is a logical tool for them to try to build web apps.

Re: 2019 Stack Overflow Developer Survey Results

#15
post #4

Wow, jQuery is still one of the most popular web frameworks. That was unexpected...

I think the questions are formulated as such: "What web framework(s) do you use?", and respondents can pick as many as they want. That would explain the popularity: It's hard for me to think of a website I've touched that doesn't use jQuery, even if only for a small part.

Re: 2019 Stack Overflow Developer Survey Results

#16
post #5

When we say percentage - the numbers are not adding up to 100. How are we supposed to read this report?

Typically this indicates a multiple choice question, e.g. Choose the languages you are comfortable programming in.

Then the percentage indicates the number of respondents who selected that / the total number of responses.

Re: 2019 Stack Overflow Developer Survey Results

#17
> "almost 70% of respondents say they are above average while less than 10% think they are below average. This is statistically unlikely with a sample of over 70,000 developers who answered this question, to put it mildly."

Not at all. It's a self selecting survey, the people who choose to answer are likely more confident in their abilities than those that don't, and, contrary to common understanding, it is perfectly valid for more than 50% of people to be above average.

Average != median

Re: 2019 Stack Overflow Developer Survey Results

#18

Can someone help this old (2^5 years) developer out? I've worked with a number of programming languages over the years, and have never found a combination that brings me such joy and productivity as Ruby and Rails. However, I've always felt that Python and Ruby were very similar in style & goal. Can someone who is experienced in both Rails & Django explain why Python & Django are trending up so quickly, while Ruby &…

Personally I choose Python over Ruby and Django over RoR just on syntax and readability. There’s absolutely nothing about the way Django names and structures their framework that has me guessing but RoR is full of them.

Re: 2019 Stack Overflow Developer Survey Results

#19

Can someone help this old (2^5 years) developer out? I've worked with a number of programming languages over the years, and have never found a combination that brings me such joy and productivity as Ruby and Rails. However, I've always felt that Python and Ruby were very similar in style & goal. Can someone who is experienced in both Rails & Django explain why Python & Django are trending up so quickly, while Ruby &…

I have no hard evidence, but from a business perspective I have figured that one of the main appeals of Python is the combination of simple and strict that defines the community. Some languages (cough Perl cough) are practically art, and that frequently translates to a steep learning curve for new developers to a project, which in turn means cost to the business. Bringing on a new developer to a Python team feels like it involves a much shorter time-to-productive transition period. As a manager that makes me biased towards Python for workloads where a scripting language makes sense.

Re: 2019 Stack Overflow Developer Survey Results

#20
post #14

Can someone help this old (2^5 years) developer out? I've worked with a number of programming languages over the years, and have never found a combination that brings me such joy and productivity as Ruby and Rails. However, I've always felt that Python and Ruby were very similar in style & goal. Can someone who is experienced in both Rails & Django explain why Python & Django are trending up so quickly, while Ruby &…

Django is likely rising because Python is rising. Most people are learning Python as their first language, and Django is a logical tool for them to try to build web apps.

[deleted]
Post reply on HN