Hacker News new | ask | show | jobs
by minor3rd 2985 days ago
I think it's a stereotype from the old web when it didn't require as much technical skill as other programming fields. Most of my colleagues started in other languages and learned Node/JS on the job.
1 comments

With JavaScript being the most used language in the world I highly doubt the old stereotypes still apply
Unless front-end development as a category has completely disappeared in the last few years there are certainly quite a few people who don't know how to do anything else.
Any language that is the most used is going to be used by mostly below-average programmers. I have yet to see a single domain where quality can be measured by popularity.
Is it the most used language in the world? Seems like I keep hearing comments like that, but the rankings I've seen don't list it that way.
It's the most visibly used language. But the world runs on a ton of code that isn't the web.
According to Stackoverflow's developer survey it is [1]. Doesn't surprise me since developing for web means JavaScript.

Curious to know what rankings you are referring to though.

[1]: https://insights.stackoverflow.com/survey/2018/#technology

I didn't see anything on methodology, but I'm assuming they're just surveying their users—in which case, I think it would make some sense for javascript to be overrepresented.
I'd be curious to see the methodology behind the rankings you speak of.

EDIT: saw the sibling thread.

What rankings have you been seeing? Javascript is on top of the list from what I've been seeing.

https://insights.stackoverflow.com/survey/2018/#technology

Tiobe index for one. But I just searched Google and checked the top few.
The TIOBE index has always been a bit weird. If you read their note about their methodology, you'll see that it's measuring something kind of interesting, but not really what you'd call "the most used languages." For example, IIRC part of a language's TIOBE ranking is how many college courses use it.
Do you know of another more objective source, though?

Other folks are citing Github and Stack Overflow, but they are just reporting on proportions used on their own sites, and I would not be at all surprised to find that both those sites are more popular with web developers than say Java or C/C++/C# or Visual Basic devs (all those languages outrank javascript on Tiobe).

At least according to Github: https://octoverse.github.com/ - it's in its own class compared to the others: 2.3m to the next most popular (1m, python)
Yeah, but there's a trivial selection effect going on with Github.