Also I work in R primarily, I find it funny that love and dread are both near 50%.
2019 Stack Overflow Developer Survey Results
91–100 of 200 posts
Re: 2019 Stack Overflow Developer Survey Results
#92I'm a non-binary manager who was formerly a non-binary engineer. I use singular they. I've had people go out of their way to make my professional life more challenging or insulting. But it makes me happy to see nonbinary/nonconforming identities addressed in this survey. Our experience of the tech world is very different, and it's great to see some acknowledgment of that.
What is non binary? I haven't heard that before. Can you share some experiences?
Re: 2019 Stack Overflow Developer Survey Results
#93Can 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 &…
Calling yourself old at 32 doesn't really help the problem of ageism.
Re: 2019 Stack Overflow Developer Survey Results
#94Earlier quoted context omitted.
What is non binary? I haven't heard that before. Can you share some experiences?
You should search for the term + "gender", but the long and short of it is that certain folks don't feel particularly compelled to identify as "male" OR "female" and thus identify as a non-binary (!(M|F)) gender.
Re: 2019 Stack Overflow Developer Survey Results
#95Earlier quoted context omitted.
There's nothing rising about it, Django been around and very popular for years. Python is just a great confluence of all of the things that other languages lack, and the Python language is adapting to include more and more of the things people actually want. I don't think the Ruby language has been nearly as responsive (some would even say that Python has been too responsive, and certain language features are going t…
IMHO, I find python increasingly lacking in features, especially its lack of enthusiasm in adopting functional features, including immutable data structures, pattern matching/ destructuring, python lambda functions are restrictive. To my eye a strong imperative flavor pervades most python code. After some time spend dabbling in Clojure, I find python rather primitive. Generally it is true that learning a new language…
Adding functional features would make Python materially worse.
Re: 2019 Stack Overflow Developer Survey Results
#96Can 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%.
I'm really looking forward to learning more.
Re: 2019 Stack Overflow Developer Survey Results
#97Can 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 as an infrastructure engineer, I'd be incredibly happy to drop Python, and almost everyone on my team agrees. When you're building complex data processing pipelines that have to support the hundreds of features that scientists ask for, having static types (especially ones that differentiate between different dimensions of tensors) is a huge win over having to write a unit test for all the possible combinations of things that can happen.
Unfortunately from a solid infrastructure perspective, Ruby is even messier than Python due to the rampant metaprogramming culture. This doesn't matter so much in web dev where the layers of complexity are not that thick, but in other types of development it becomes a real burden very quickly. That might be one reason why Python is preferred over Ruby.
Re: 2019 Stack Overflow Developer Survey Results
#98Interesting that WordPress is the most dreaded tech every single year for the last 3+ years, yet WP "market share" is increasing every single year (it's now powering 1/3 of the web). Is it a disconnect between developers and non-developers? Is it just that developers don't like to work on "boring" tech, and working on WP is not a super-great resume builder? Curious to hear what people think.
It's a testament to how being non-technical friendly leads to market success.
Re: 2019 Stack Overflow Developer Survey Results
#99Earlier quoted context omitted.
Calling yourself old at 32 doesn't really help the problem of ageism.
According to the developer survey, I'm in the upper 50% in years of experience. I know I'm not old by any reasonable metric (it was mildly a joke), but relative to the industry I'm above-average in age, which is wild but true.
Not really. I would take SO survey results with a grain of salt. The respondents always skew towards the younger, less experienced crowd (68% had less than 10 years experience in this last round). It's not representative of the industry.
Re: 2019 Stack Overflow Developer Survey Results
#100Earlier quoted context omitted.
You should search for the term + "gender", but the long and short of it is that certain folks don't feel particularly compelled to identify as "male" OR "female" and thus identify as a non-binary (!(M|F)) gender.
Honest question: what does this have to do with software development?