Can someone explain why rust is so beloved? Also I work in R primarily, I find it funny that love and dread are both near 50%.
2019 Stack Overflow Developer Survey Results
141–150 of 200 posts
Re: 2019 Stack Overflow Developer Survey Results
#142> "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…
> It's a self selecting survey I feel like I have to point this out every year, and it's one of the most important things to keep in mind about this survey. A true survey would randomly select developers from the global developer population at large.
Re: 2019 Stack Overflow Developer Survey Results
#143[flagged]
Re: 2019 Stack Overflow Developer Survey Results
#144Earlier quoted context omitted.
You have a point. It's not hard to imagine that actually using SO in the first place might correlate to you being an above average developer (among all developers).
While I neither disagree nor agree, I've heard people claim the opposite: That people on SO are generally below average.
Re: 2019 Stack Overflow Developer Survey Results
#145As a solo indie developer running my own saas business for 20+ years now, and rarely interacting with other devs, this survey is priceless. I often wonder where I and my stack/tools are in relation to the rest of the field. This report (even if it is biased or skewed) makes me feel like I'm not alone and gives me some validation on my life path and technology choices.
I wouldn't put any stake in this survey as any sort of representation of the field in any way whatsoever. The people with SO accounts who even are even aware that SO is conducting a survey is so self-selecting that its in zero way any sort of representation of the industry as a whole. For example, in SO's survey 80% of respondents say they code as a hobby. If this survey was not self selecting I'd bet the farm that i…
Re: 2019 Stack Overflow Developer Survey Results
#146Can someone explain why rust is so beloved? Also I work in R primarily, I find it funny that love and dread are both near 50%.
Disclaimer: This is personal observation. Fetishization of low-level languages by primarily Javascript developers, plus it has the same socially liberal online community that Javascript has, due to Mozilla. I hope this comment doesn't portray any bias.
Re: 2019 Stack Overflow Developer Survey Results
#147Can 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 basically does what Ruby on Rails does, not exactly but close enough. Flask does what Node.JS does, to the extend that we’re talking about building quick prototypes, not running Netflix. So you have most of your web-based needs covered. Python also does data though, and is to ML and BI what NPM is to web-development, and lastly Python does systems scripting. Basically Python does most things, well enough. By comparison, ifyou’re a .NET house like we have been, you’ll use C#, Microsoft SSIS/SSRS, Powershell and probably Python to do what you could do with all Python.
So I think that’s a big part of it. The other big factor is that Python has replaced JAVA in most of Academia. JAVA was great and all, but being something a very high percentages of CS majors learned surely helped it.
Re: 2019 Stack Overflow Developer Survey Results
#148Curious about the salaries for the top four paying technology languages. Three of the four for US are functional focused languages, and for global all four are functional focused. As someone learning Scala, this is both encouraging and interesting, and I'm curious as to any explanation to the table result. Do functional programming languages increase developer productivity so significantly that a single developer can…
Re: 2019 Stack Overflow Developer Survey Results
#149As a solo indie developer running my own saas business for 20+ years now, and rarely interacting with other devs, this survey is priceless. I often wonder where I and my stack/tools are in relation to the rest of the field. This report (even if it is biased or skewed) makes me feel like I'm not alone and gives me some validation on my life path and technology choices.
Maybe that’s from being Scandinavian but 90% of our jobmarket is still .Net framework (not core), JAVA and PHP.
Re: 2019 Stack Overflow Developer Survey Results
#150Earlier quoted context omitted.
> It's a self selecting survey I feel like I have to point this out every year, and it's one of the most important things to keep in mind about this survey. A true survey would randomly select developers from the global developer population at large.
Indeed. I always wonder if programmers smarter than me don't go on SO as much as I do and therefore don't participate in the survey. Maybe more people are using Haskell than reported. :-P