Home > Web Front-end > JS Tutorial > body text

JavaScript Community Developer Survey Results

高洛峰
Release: 2016-11-28 09:25:19
Original
1235 people have browsed it

What type of JavaScript do you write?

JavaScript Community Developer Survey Results

Most developers write client-side JavaScript, accounting for 98%

57% of developers said they do not currently write Node programs, but are interested in learning about it

9% of developers said they are not interested in Node

71% of developers have never used a language that can be compiled into JavaScript (such as CoffeeScript, TypeScript, Dart, etc.)

Which JavaScript writing style do you prefer?

JavaScript Community Developer Survey Results

Although this issue caused some controversy, it still got the result.

85% of developers choose to use semicolons

67% use commas at the end

53% use spaces for indentation

39% use tabs for indentation

Testing, benchmarking

51% of developers don’t write Testing

Jasmine is the most popular testing library (45%), followed by Mocha (41%), and QUnit (31%)

JSLint is the most popular static analysis tool (56%) , JSHint follows closely behind (55%)

uglify is the most popular compression tool

WebKit Inspector is the most popular debugging tool (79%)

80% of developers use client tools for benchmarking

Loading

RequireJS is the most popular module loading system, others include YUI, LABjs and ExtJS

Google Ajax Libraries is the most popular CDN, followed by CloudFlare (11%)

Code hosting

JavaScript Community Developer Survey Results

GitHub is the most , 91%

Bitbucket free private hosting, 20%

Google Code only 3%


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template