Live data from Hacker News

2019 Stack Overflow Developer Survey Results

stackoverflow.blog

51–60 of 200 posts

Re: 2019 Stack Overflow Developer Survey Results

#53
Bittersweet to see how much “distracting work environment” is reported to reduce productivity, given that companies abjectly refuse to provide private & quiet workspaces despite it being unequivocally cost effective to do so even for most start-ups in dense urban centers.

I continue to find the discussion of salary disappointing though. The survey provides a good opportunity for more detailed information.

Re: 2019 Stack Overflow Developer Survey Results

#54
I'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.

Re: 2019 Stack Overflow Developer Survey Results

#55

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 &…

Python is really simple and easy to read, and macros can make it really hard to switch from code base to code base in ruby. Python is also the #1 intro teaching language in boot camps.

Re: 2019 Stack Overflow Developer Survey Results

#56
post #32

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 also don't understand this. Even today, Rails is, by far, the most productive environment that exists for developing a web application. I speak this as someone who also wrote a ton of backends in Node.js, Java, and many other languages (never tried Django though, so I don't know about that). Almost all of those applications would have been 10% of the effort if they were just Rails apps. A sibling comment here menti…

Django and Rails achieve a very similar productivity, with similar high-level ideas, implemented by completely different low level architecture.

While Rails has an inclination to apply code generation and convention, Django tends to use introspection and monkey patching to get the same results. Both are amazing on similar ways, but horrible on their own different ways. Maybe Django developers just go into a different framework when they get some project that isn't a good fit, so they see less of the bad.

Re: 2019 Stack Overflow Developer Survey Results

#59

Interesting 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.

Having built lots of WordPress sites over the years, I can give you 2 strong reasons why it continues to grow, despite being disliked by software engineers:

1. There is no easier way to set up a standard marketing/business website, despite many quality attempts to build replacements. The plugin library is a big part of this.

2. It's extremely easy for anyone to start hacking on, leading to lots of developers "cutting their teeth" on WordPress by following online tutorials. Show me a self-taught front-end developer and I'll be shocked if they didn't learn on a WordPress site. This has good & bad aspects, of course.

Post reply on HN