Microsoft's TypeScript Dominates In 'State of JavaScript 2018' Report (stateofjs.com)
This week a Paris-born designer/developer (now living in Osaka) announced the results of the third annual "State of JavaScript" survey of over 20,000 JavaScript developers in 153 countries "to figure out what they're using, what they're happy with, and what they want to learn."
An anonymous reader writes: Among its findings? The number of people who have used Microsoft's TypeScript and said they would use it again has increased from 20.08% in 2016 to 46.7% in 2018, "and in some countries that ratio even went over 50%." More than 7,000 respondents indicated they liked its "robust, less error-prone code" and another 5,500 cited "elegant programming style and patterns." A blog post announcing the results declares TypeScript "the clear leader" among other syntaxes and languages that can compile to JavaScript.
Meanwhile, when it comes to frameworks, "only React has both a high satisfaction ratio and a large user base, although Vue is definitely getting there." Elsewhere the report notes Vue has already overtaken React for certain metrics such as total GitHub stars. "Angular on the other hand does boast a large user base, but its users don't seem too happy," the announcement adds, although later the report argues that Angular's poor satisfaction ratio "is probably in part due to the confusion between Angular and the older, deprecated AngularJS (previous surveys avoided this issue by featuring both as separate items)."
94% of the survey's respondents were male, and "Years of experience" for the respondents seemed to cluster in three cohorts in the demographics breakdown: 27.8% of respondents reported they had 2-5 years of experience, while 28% reported 5-10 years, and 24% reported 10-20 years.
There's a beautiful interactive graphic visualizing "connections between technologies," where a circle's outer red band is segmented based on the popularity of JavaScript libraries, while hovering over each band reveals the popularity of other libraries with its users. But while this year's results were presented on a "dark mode" web page, the survey's announcement concedes that this year's trends didn't include many surprises.
"TL;DR: things didn't change that much this year."
An anonymous reader writes: Among its findings? The number of people who have used Microsoft's TypeScript and said they would use it again has increased from 20.08% in 2016 to 46.7% in 2018, "and in some countries that ratio even went over 50%." More than 7,000 respondents indicated they liked its "robust, less error-prone code" and another 5,500 cited "elegant programming style and patterns." A blog post announcing the results declares TypeScript "the clear leader" among other syntaxes and languages that can compile to JavaScript.
Meanwhile, when it comes to frameworks, "only React has both a high satisfaction ratio and a large user base, although Vue is definitely getting there." Elsewhere the report notes Vue has already overtaken React for certain metrics such as total GitHub stars. "Angular on the other hand does boast a large user base, but its users don't seem too happy," the announcement adds, although later the report argues that Angular's poor satisfaction ratio "is probably in part due to the confusion between Angular and the older, deprecated AngularJS (previous surveys avoided this issue by featuring both as separate items)."
94% of the survey's respondents were male, and "Years of experience" for the respondents seemed to cluster in three cohorts in the demographics breakdown: 27.8% of respondents reported they had 2-5 years of experience, while 28% reported 5-10 years, and 24% reported 10-20 years.
There's a beautiful interactive graphic visualizing "connections between technologies," where a circle's outer red band is segmented based on the popularity of JavaScript libraries, while hovering over each band reveals the popularity of other libraries with its users. But while this year's results were presented on a "dark mode" web page, the survey's announcement concedes that this year's trends didn't include many surprises.
"TL;DR: things didn't change that much this year."
I've used the JS on and off since 2006. I've been through the JQueries and a few other works of frame, but only recently started looking into the TS. It feels a tiny bit like a merge of .NET and JS to me.
You used to be able to give a HTML/CSS guy a Photoshop file and they could produce all the static content for the developer.
Now with all these frameworks and JavaScript ecosystem these people feel overwhelmed and you end up needed someone with a technical background to do something which needs more of a visual eye
94% male out of 20000 people. Cue the alarmists saying that men are preventing women from learning JavaScript.
Or that men are preventing women from responding to surveys about JS.
... of MS for once not screwing up open source. They've regained some karma with me. It's a long way to go but a good start. As for JS transpiled client and server-side web development there is no better way to go right now than with TypeScript and VSCode. Tooling and integration is excellent and VSCode is feature rich and really surprisingly performant.
Both come recommended from yours truly. And it's about 25 years ago I've said something like this of an MS product.
We suffer more in our imagination than in reality. - Seneca
Somehow writing your code in one language, which is then transcompiled into a different language, which is then interpreted at runtime seems like a recipe for unnecessarily introducing security issues.
#DeleteChrome
"This says more about what's missing in JavaScript that people want than any success for Microsoft. I guess inheritance is useful after all."
Strong typing is the feature that javascript was missing that typescript adds, which is pretty much why TYPEscript exists.
It dramatically improves the maintainability of code.
You must be new here.
Enjoy your stay. We usually don't take too kindly to strangers.
Why don't you pseudo-male bitches stop whining about what females might do. No wonder you faggots are INCEL, GOP. God damn you actual bitches need some real victimstance in your pathetic lives.
- Furiously typed on my iMac, at starbucks
... Microsoft's TypeScript Dominating Ransomware.
It little behooves the best of us to comment on the rest of us.
Adding static typing to JavaScript would be like adding a preprocessor to C that had a proper concept of arrays and did not do pointer arithmetic. Every true C hacker "knows" that pointer arithmetic is essential for performance and would put up with it's removal for a minute.
Likewise, every true JavaScript hack knows that constraining the type of a variable is a straight jacket, that code should be free, and that TypeScript is the work of the devil.
In both cases, you are trying to make Java out of something that is not Java. Tying to make a silk purse out of a sow's ear.
I, for one, welcome our TypeScript overlords. JavaScript continues to work its way deeper and deeper into the tech stack. It was okay playing fast and loose with types at first when the code was relatively simple and straightforward and not hard to debug and didn't cause the whole stack to fail. Not so much any more. Then there's all those JavaScript best practices. My favorite is when I'm told that the code is "self-documenting" (read - no comments, no docs), then I jump into some "self-documenting" code and I'm being fed a value whose type is not clearly defined nor its source clearly documented. Maybe if I'm lucky the default property type and even a default value is defined in the file, courtesy of yet another library. My opinion is such that JavaScript is not scaling well as it gets implemented further and further and that a lot of what I've seen called JavaScript best practices would be called sheer laziness in any other language. TypeScript relieves us of a couple of those woes.
If you have to ask that, you've never written a program that wasn't completely trivial in your life
I still have more fans than freaks. WTF is wrong with you people?
Cool stoy bro, but in this case:
- Typescript is open source, with an Apache 2.0 license: https://github.com/Microsoft/T...
- JavaScript deserves to die in a fire. And thankfully now we finally have WebAssembly.
According to the stats,
- Typescript only comes as second, E6 has about two time the number of happy users
- Typescript and Flow are the only one with a non-negligible part of UNHAPPY users (more than 5% which is 1/9 Typescript user, where most of the solutions have only about 1% unhappy users)
- it has the biggest proportion of "heard it, would like to learn"...
As far as I can see the stats, it looks like it's more E6 that dominates the Javascript environment... But with 86% of happy users, it leave very few room for improving it's numbers...
JScript probably was all about tying people in to Internet Explorer by implementing an almost-but-not-quite Javascript.
Typescript, on the other hand, really is just a pre-processor for Javascript that gives you 'compile-time' type checking and a bunch of new/proposed ECMAScript features - and then spits out standard Javascript code targeted at whatever version of JS/ECMAScript you want to support. Rather than locking you in to particular browsers, it levels the playing field between browsers, since you can start using bleeding-edge ECMAScript features in your source code now without requiring users to have the latest version of your favourite browser.
What you won't appreciate unless you've tried it is that the output from Typescript is not just standard JavaScript (of the version you specify) but legible Javascript - not some hyper-optimised, minified mess. They've actually avoided including a minifier/optimiser/obfuscater at the TypeScript stage - you can use one of those on the JS output if you want. If you start worrying about that MS scorpion on your back, you really can just ditch Typescript and start working directly with the JavaScript output.
Of course, if you wouldn't touch Javascript with a bargepole you probably won't want anything to do with Typescript. I'm sure that there are platform-independent zero-install options for delivering Haskell, Rust and Python apps to non-tech users out there somewhere.
In a survey of 100 programmers, 111111 thought that duck-typing was a good idea.
Because you have no formal programming knowledge, you don't know what you don't know.
There are entire realms of rigour involved with software development that help create quality, self-documenting, maintainable code. Strong types are just one aspect of that, because if you make a type error you will know at compile time, rather than runtime or possibly never.
It's not a matter of "can't follow what all the variables are". Mistakes can and will be made. Furthermore, as someone more bluntly responded, once you get to more complex and larger code-bases, you *can't* follow what all the variables are because you would have to remember thousands or 10s of thousands of not just basic types but god knows how many classes.
But TypeScript being open source means that, were Microsoft to try to close it, the community would fork it.
Regarding the languages that deserve to die, why C++? Even with all its crazy complexity, we don't have a language that can fully replace it yet.