Live data from Hacker News

Programming Trends on StackOverflow

dodgycoder.net

31–40 of 64 posts

Re: Programming Trends on StackOverflow

#31

I am a little surprised how comfortably PHP has remained as one of the top ranked tag. It's not consistent with the trend here on HN.

I guess that most PHP developers 're busying with their coding, not viewing HN threads like most of Ruby developers ;)

Re: Programming Trends on StackOverflow

#32
post #5

Does the data provide views by tag? I'm a frequent beneficiary of SO content, but rarely have to ask new questions myself. Measuring views could give a more accurate depiction of how many devs are working on each tag.

I was thinking the same thing. Most of the C# queries I might have had, have already been asked and answered effectively on SO.

However, that is probably also true for many other languages, and from a 30,000 foot view, this does look like either a shift in language popularity or a shift in the makeup of the SO visitor population.

Re: Programming Trends on StackOverflow

#33

Surprised to see Objective C dropping; I wonder why that is? It sure doesn't feel like iOS is getting more web view apps, and with the increased frequency and quality of apps on the App Store in lieu of iOS porting, you'd think it would go up.

I think that highlights a problem with the way the data is presented. jQuery clearly belongs with JavaScript, just as iOS and Objective-C belong together.

Re: Programming Trends on StackOverflow

#34
post #27
post #11

So, are we seeing a fall of microsoft from the developers' point of view? Are windows phone and asp.net mvc not enough to try to get back the hackers in the platform?

No. Stackoverflow goes though these "land grab" phases with languages and frameworks. Because C# was one of the early languages it is very difficult to keep up inertia of new questions. My personal experience has been that I rarely need to ask new C# or MVC related questions these days. I really have a hard time coming up with something has hasn't been discussed already. I think Stackoverflow eventually hits a satura…

It has got to the point with SO that if a question is obscure enough that there isn't already a question for it, I know when I ask I'll likely not get an answer.

Re: Programming Trends on StackOverflow

#35
post #11

So, are we seeing a fall of microsoft from the developers' point of view? Are windows phone and asp.net mvc not enough to try to get back the hackers in the platform?

Tags on new questions is a pretty bad way to measure that. SO traditionally had a huge .NET audience, so many questions are already answered. Total number of questions tagged would be a somewhat better metric. An even better way would be to see the views on each question.

Probably the best metric publicly available would be the trend of the number of job openings on Dice or Indeed. Anyone got that data?

Re: Programming Trends on StackOverflow

#38

Earlier quoted context omitted.

No. SO was founded by two windows developers, and build on a windows stack. They had a podcast detailing the process of development prior to public release of the site, followed primarily by windows developers. The initial audience of the site was, ergo, primarily windows developers. As popularity grew, more developers from the broader community showed up, driving the proportion of windows questions down.

Also as the knowledge base of questions for a tag grows, room for new questions become fewer. Duplicates will be asked but I wonder how many times a person has a problem, does a search, finds an answer and never has to ask their own question on the topic.

Unfortunately breakdown for the close votes is not available like for the flagged answers. But my experience with the review queue is that 1 in every 4-5 votes is due to a duplicate.

Considering there are 58.1k close votes to review at the moment... that's loads of dupes.

Re: Programming Trends on StackOverflow

#39

Interesting data. The founders (Joel Spolsky, Jeff Atwood) are strong proponents of Windows programming, and the initial popularity of .net and c# make a lot of sense in that context. As the site has become more and more popular, the audience now consists of many people who aren't even aware of who those founders are, let alone follow their work. As such, the language spread is much more representative. As someone wh…

It probably has more to do with the maturity of the framework and less to do with audience popularity (although I'm sure that is a factor). That's just the nature of SO. The ios graph demonstrates this.
Post reply on HN