gitmyhub

js-the-right-way

HTML ★ 8.7k updated 2y ago

An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web

The source code for jstherightway.org, a community-maintained reference site that collects JavaScript best practices, coding standards, and curated links in one organized place.

HTMLsetup: easycomplexity 1/5

This is the source code behind jstherightway.org, a reference website for JavaScript best practices and coding standards. The site collects commonly accepted guidelines and links for writing JavaScript well, aimed at developers who want a single organized place to find good advice rather than hunting across many different sources.

The README is brief and does not describe the specific content of the site in detail. It points to the live website at jstherightway.org and notes that the project is open to contributions. The two listed maintainers are open source developers. The project is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0, meaning you can share and adapt the content with attribution but not for commercial purposes.

Where it fits