Stack Overflow's Annual Developer Survey
In this article, one of our Zone Leaders examines results from the 2017 Developer Survey by Stack Overflow and some of the results may surprise you.
Join the DZone community and get the full member experience.
Join For Freefor the seventh year in a row, stack overflow hosted their annual survey in january. the 2017 survey yielded the largest number of respondents, providing feedback from 64,000 developers located from all around the globe.
the entire results are quite insightful and i wanted to highlight a few sections of the results which i found interesting. i certainly recommend reviewing the entire results when time allows.
origin of study
nearly 43,000 respondents provided their educational background. those results concluded that 75% of the developers had a computer-related concentration for their secondary education. this means that 1/4 of developers have some other primary area of study - noting natural science, non-computer related engineering or math as the most popular. these results should be a positive indicator for those interested in an application development career, yet have a degree in another concentration. in my personal experience, those who have become developers, and obtained a business-related degree, have typically fared well with being able to understand non-engineering aspects of the needs reported by customers.
top 5 most popular programming languages
the five most popular programming languages are as noted below:
-
javascript (62.5%)
-
sql (51.2%)
-
java (39.7%)
-
c# (34.1%)
-
python (32.0%)
in this case, respondents were allowed to give multiple answers. none of these results came as a surprise to me - given the power and popularity of javascript (and the array of javascript-based frameworks). as one of the oldest languages, sql continues to provide value as a manner to query relational databases. java and c# are proven object-oriented languages with a strong user-base around the world. python has a huge user-base, clean syntax, vast expansion library, and has google as a corporate sponsor - which certainly helps their position.
top 3 frameworks, libraries, and other technologies
in the frameworks, libraries, and other technologies category, node.js was ranked the most popular - obtaining 47.1% of the votes. angularjs (44.3%) and the .net core (33.4%) framework ranked second and third, respectively.
i was surprised .net ranked higher than react (19.5%), but this might be due to the high popularity of .net in the european regions. it could also be due to the fact that the survey was held just as react began to gain some momentum among developers. this will be an area to watch during the 2018 survey.
most loved, wanted, and dreaded languages
i found the most loved, wanted, and dreaded languages category very interesting. after all, programmers tend to be opinionated, especially in regards to the languages that they support - which might have some design flaws or challenges.
top 3 loved
developers love the rust language more than any other - garnering 73.1% of the votes, where multiple choices were allowed. smalltalk (67.0%) and typescript (64.1%) rounded out the top three. rust is a repeat winner in this category because it contains features developers seek the most: speed, efficiency, and memory safe systems programming. while smalltalk has struggled to gain adoption (due to initially high license costs and competition with java and c++), there has been a surge in popularity the last few years - mostly influenced by pharo. typescript is a popular superset of javascript providing benefits such as static typing, classes, and interfaces, with the ability to identify errors during the develop process.
top 3 wanted
developers want python (20.6%), perhaps more javascript (18.6%) and go (13.5%). i believe this is a direct relationship to why python is ranked in the top five most popular programming languages category (noted above). the same is true for javascript, where developers continue to seek ways to utilize javascript more in their daily tasks. go, bringing in only 4.3% of the vote, most likely made this list because it is a preferred language for tooling solutions, compiles with little (if any) dependencies, and the fact that docker and google utilize go quite a bit.
top 3 dreaded
merely mentioning visual basic 6 (88.3%), vba (80.4%) and coffeescript (79.2%) causes a majority of developers to cringe. i was really shocked to see visual basic 6 make this list - since it has been quite some time since i have worked with the microsoft offering. in fact, years ago i had to remove vb6 from my linkedin skills section to make way for more current skills. i am sure the same legacy-based frustrations exist with vba - which i always considered a subset of visual basic. from what i have heard on coffeescript, at times it can be difficult to understand exactly what the code will actually do - especially when leaving out optional parenthesis, curly brackets, and commas. i would certainly dread working in any of these languages.
stack overflow's conclusions
the team at stack overflow indicated in the overview of their results, that each year provides a new insight into the mind of the developer. for the 2017 survey, the following items were noted:
-
most believe developers have been programming their entire career. however, only 11.3% received their first programming job after learning how to program and 36.9% learned to program one to four years before getting their first programming job.
my take - it is never too late to follow your passion to program. -
a mere 13.1% of respondents are actively seeking a new job, but 75.2% are interested in hearing about new opportunities.
my take - those 75% are always keeping their options open - because of an industry that thrives on constant change. -
when asking about job benefits, 53.3% preferred remote work options - with 63.9% working remotely at least one day a month and 11.1% working remote almost all the time.
my take - organizations need to realize that developers prefer to work in isolation/remotely and are likely more productive in these instances. -
the majority felt they were underpaid - especially those in government and non-profit positions.
my take - this may be a reason why 75.2% are interested in hearing about new job opportunities.
conclusion
i only recently discovered stack overflow's annual survey. having a survey focused on application developers, motivated to be open and honest - with 64,000 participants around the planet - is simply amazing. i am planning to provide a similar summary after the 2018 survey is completed.
how do your thoughts line up with these survey results?
have a really great day!
Opinions expressed by DZone contributors are their own.
Comments