awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
airbnb avatar

airbnb/javascript

0
View on GitHub↗
148,081 星标·26,647 分支·JavaScript·MIT·10 次浏览

Javascript

This project provides a comprehensive set of coding standards and style guidelines for JavaScript development. It covers fundamental language syntax, formatting conventions, and best practices for managing variables, functions, objects, and modern language features. The documentation serves as a reference for maintaining consistent code quality across projects.

In addition to general language standards, the guide includes specific conventions for building and organizing user interface components. These guidelines address structural patterns, component lifecycle management, and stylistic rules for markup and attributes. The documentation is structured to assist developers in interpreting and applying these standards to their own codebases.

Features

  • Component Architecture Principles - Standardizes the modular organization and hierarchy of interface elements to ensure consistency across complex web applications.
  • Code Quality and Standards - Industry-standard JavaScript style guide.
  • Code Quality and Utilities - Standardized style guide for JavaScript development.
  • Coding Standards - A reasonable approach to JavaScript style.
  • Frontend Development - Industry-standard style guide for JavaScript development.
  • JavaScript and TypeScript - Comprehensive style guide for JavaScript development.
  • JavaScript Best Practices - Comprehensive style guide for modern JavaScript development.
  • JavaScript Foundations - Industry-standard style guide for writing consistent JavaScript code.
  • JavaScript Standards and Style - Industry-standard JavaScript style guide.
  • JavaScript Style Guides - A widely adopted style guide for JavaScript development.
  • Language Best Practices - Industry-standard style guide for writing JavaScript.
  • Language Style Guides - Widely adopted style guide for modern JavaScript development.
  • Programming Language Standards - Comprehensive style guide for JavaScript projects.
  • Programming Languages - Style guides and best practices for writing clean code.
  • Shareable Configurations - Standardized style guide configuration for JavaScript projects.
  • 学习与参考 - Comprehensive JavaScript style guide.
  • Community and Reference - A widely adopted style guide for writing consistent modern JavaScript code.
  • Accessors - Defines strict conventions for implementing property getters and setters to maintain predictable data access patterns.

Star 历史

airbnb/javascript 的 Star 历史图表airbnb/javascript 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

airbnb/javascript 是做什么的?

This project provides a comprehensive set of coding standards and style guidelines for JavaScript development. It covers fundamental language syntax, formatting conventions, and best practices for managing variables, functions, objects, and modern language features. The documentation serves as a reference for maintaining consistent code quality across projects.

airbnb/javascript 的主要功能有哪些?

airbnb/javascript 的主要功能包括:Component Architecture Principles, Code Quality and Standards, Code Quality and Utilities, Coding Standards, Frontend Development, JavaScript and TypeScript, JavaScript Best Practices, JavaScript Foundations。

airbnb/javascript 有哪些开源替代品?

airbnb/javascript 的开源替代品包括: getify/you-dont-know-js — This project is a comprehensive educational series designed to provide a deep technical understanding of the… ryanmcdermott/clean-code-javascript — This project is a collection of engineering guidelines and best practices for writing readable and maintainable… rwaldron/idiomatic.js — This project is a JavaScript style guide and a set of coding standards designed to ensure codebase consistency. It… felixge/node-style-guide — This project is a JavaScript style guide and Node.js coding standard designed to ensure the creation of consistent,… braziljs/js-the-right-way — js-the-right-way is a JavaScript best practices guide and coding standards reference designed to provide a curated… lukehoban/es6features — This project is a comprehensive reference guide and technical documentation for the features, syntax updates, and APIs…

Javascript 的开源替代方案

相似的开源项目,按与 Javascript 的功能重合度排序。
  • getify/you-dont-know-jsgetify 的头像

    getify/You-Dont-Know-JS

    184,530在 GitHub 上查看↗

    This project is a comprehensive educational series designed to provide a deep technical understanding of the JavaScript programming language. It functions as a multi-volume curriculum that guides developers through the core mechanisms, execution models, and underlying specifications that define how the language operates at a fundamental level. The curriculum distinguishes itself by focusing on the internal architecture of the language rather than surface-level syntax. It provides rigorous analysis of complex topics such as lexical scope, closure-based state encapsulation, prototype-based inhe

    asyncbookbook-series
    在 GitHub 上查看↗184,530
  • ryanmcdermott/clean-code-javascriptryanmcdermott 的头像

    ryanmcdermott/clean-code-javascript

    94,454在 GitHub 上查看↗

    This project is a collection of engineering guidelines and best practices for writing readable and maintainable JavaScript source code. It serves as a clean code guide and refactoring manual to help developers improve the structure of their codebases. The repository provides a reference for applying SOLID principles to reduce coupling and enable extensions without modifying existing logic. It includes a naming convention standard for using explicit, searchable identifiers and a guide for asynchronous patterns to replace nested callbacks with clearer execution flows. The guidelines cover soft

    JavaScriptbest-practicesclean-architectureclean-code
    在 GitHub 上查看↗94,454
  • rwaldron/idiomatic.jsR

    rwaldron/idiomatic.js

    25,712在 GitHub 上查看↗

    This project is a JavaScript style guide and a set of coding standards designed to ensure codebase consistency. It provides a collection of best practices for writing maintainable and idiomatic code, focusing on variable naming, type checking, and execution context. The project serves as a static analysis guide, offering frameworks and guidelines for using linters and automated tools to identify bugs and verify code correctness before deployment. It establishes standards for formatting, syntax, and variable declarations to standardize code style across a project. The scope of the project cov

    在 GitHub 上查看↗25,712
  • felixge/node-style-guidefelixge 的头像

    felixge/node-style-guide

    4,992在 GitHub 上查看↗

    This project is a JavaScript style guide and Node.js coding standard designed to ensure the creation of consistent, maintainable, and readable code. It serves as a comprehensive reference for naming conventions, formatting, and architectural patterns. The project provides a linting configuration template that allows for the automatic enforcement of these standards. This includes predefined linting presets and a base of rules used to perform logic checks and automatic formatting across a codebase. The guidelines cover a broad range of standardization capabilities, including code and file form

    JavaScript
    在 GitHub 上查看↗4,992
  • 查看 Javascript 的所有 30 个替代方案→