awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sivan avatar

sivan/javascript-style-guide

0
View on GitHub↗
1,999 stars·468 forks·MIT·11 vues

Javascript Style Guide

Ce projet fournit un ensemble complet de normes et de conventions de codage conçues pour garantir des modèles de développement uniformes dans les bases de code JavaScript. Il fonctionne comme un framework piloté par la configuration pour l'analyse statique, établissant des règles qui régissent la syntaxe, la structure et les exigences stylistiques pour prévenir les erreurs de programmation courantes et réduire la dette technique.

Le guide se distingue en imposant des pratiques structurelles spécifiques, telles que l'utilisation de la syntaxe littérale pour la création d'objets et de tableaux et l'application de comparaisons d'égalité strictes pour éviter la coercition de type implicite. Il met également l'accent sur une gestion disciplinée des variables en exigeant des déclarations explicites en haut des portées fonctionnelles, ce qui empêche la pollution de l'espace de noms et atténue les problèmes liés au levage (hoisting) des variables.

Au-delà de ces règles fondamentales, le projet couvre un large éventail de normes de développement, incluant les conventions de nommage, l'encapsulation des modules et les pratiques de documentation. Il intègre également des directives axées sur la performance pour les environnements basés sur le navigateur, en se concentrant sur des stratégies efficaces d'interrogation des éléments et d'interaction avec le DOM pour maintenir la réactivité de l'application.

Features

  • Code Quality Standards - Provides a configuration-driven framework of rules and guidelines to prevent common programming errors and reduce technical debt.
  • Static Analysis Configurations - Offers configuration files that define structural and stylistic requirements for automated code linting and quality enforcement.
  • Coding Standards Enforcement - Automates the enforcement of syntax, naming, and structural rules to ensure uniform development patterns.
  • Coding Standards - Establishes a comprehensive set of coding standards and conventions to ensure uniform development patterns and maintainable code across JavaScript projects.
  • Configuration-Driven Rules - Uses modular configuration files to centralize and define project-wide coding standards and behavioral rules.
  • Structural Rule Enforcement - Automates the verification of source code against predefined structural and stylistic rules during development.
  • Collaborative Development - Facilitates effective team collaboration by standardizing coding conventions and documentation practices.
  • Abstract Syntax Tree Parsing - Provides logic for parsing source code into structured trees to enable static analysis and rule enforcement.
  • Block-Scoped Variable Declarations - Requires explicit variable declarations at the top of scopes to prevent namespace pollution.
  • Hoisting Prevention Practices - Mandates explicit variable declarations at the top of scopes to prevent unpredictable behavior caused by engine-level hoisting.
  • Variable Scope Management - Manages variable scope by enforcing top-of-scope declarations to prevent global namespace pollution.
  • Development Best Practices - Collects industry-standard conventions for naming, formatting, and structuring code to improve readability and consistency across teams.
  • Naming Conventions - Standardizes naming patterns for variables, functions, and classes to ensure predictable and readable code structure.
  • Strict Equality Assertions - Enforces the use of strict identity operators to prevent implicit type coercion in conditional logic.
  • Type-Safe Equality Enforcements - Enforces strict equality comparisons across the codebase to eliminate runtime bugs caused by type coercion.
  • Module Encapsulation Patterns - Defines patterns for module encapsulation and variable scoping to prevent namespace pollution and ensure safe component integration.
  • Frontend Performance Optimization - Provides performance-oriented guidelines for browser-based environments, focusing on efficient element querying and DOM interaction strategies to maintain application responsiveness.

Historique des stars

Graphique de l'historique des stars pour sivan/javascript-style-guideGraphique de l'historique des stars pour sivan/javascript-style-guide

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Collections incluant Javascript Style Guide

Sélections manuelles où Javascript Style Guide apparaît.
  • un guide de style pour le développement front-end

Questions fréquentes

Que fait sivan/javascript-style-guide ?

Ce projet fournit un ensemble complet de normes et de conventions de codage conçues pour garantir des modèles de développement uniformes dans les bases de code JavaScript. Il fonctionne comme un framework piloté par la configuration pour l'analyse statique, établissant des règles qui régissent la syntaxe, la structure et les exigences stylistiques pour prévenir les erreurs de programmation courantes et réduire la dette technique.

Quelles sont les fonctionnalités principales de sivan/javascript-style-guide ?

Les fonctionnalités principales de sivan/javascript-style-guide sont : Code Quality Standards, Static Analysis Configurations, Coding Standards Enforcement, Coding Standards, Configuration-Driven Rules, Structural Rule Enforcement, Collaborative Development, Abstract Syntax Tree Parsing.

Quelles sont les alternatives open-source à sivan/javascript-style-guide ?

Les alternatives open-source à sivan/javascript-style-guide incluent : thoughtbot/guides — This project is a software engineering style guide and a curated collection of architectural patterns and coding… airbnb/ruby — This project provides a collection of coding standard specifications, style guides, and configuration assets used to… checkstyle/checkstyle — Checkstyle is a Java static analysis tool and linter designed to identify and enforce coding standards and best… cpp-best-practices/cppbestpractices — This project is a curated collection of guidelines and technical resources designed to improve C++ code safety,… php-cs-fixer/php-cs-fixer — This tool is a command-line utility designed to automatically detect and correct coding standard violations in PHP… jsx-eslint/eslint-plugin-react — This project is an ESLint plugin and static analysis tool designed to enforce best practices, prevent bugs, and…

Alternatives open source à Javascript Style Guide

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Javascript Style Guide.
  • thoughtbot/guidesAvatar de thoughtbot

    thoughtbot/guides

    9,556Voir sur GitHub↗

    This project is a software engineering style guide and a curated collection of architectural patterns and coding standards. It provides a multi-language coding standard to ensure maintainable software across Ruby, Python, JavaScript, and Swift. The project establishes a development workflow specification for version control, continuous integration, and peer review to maintain a linear project history. It also includes a web accessibility framework based on ARIA and WCAG standards, using design tokens and semantic HTML patterns to build inclusive interfaces. The guides cover a broad range of

    Ruby
    Voir sur GitHub↗9,556
  • airbnb/rubyAvatar de airbnb

    airbnb/ruby

    3,890Voir sur GitHub↗

    This project provides a collection of coding standard specifications, style guides, and configuration assets used to define automated rules for static code analysis in Ruby. It serves as a centralized set of RuboCop configurations and static analysis rules to ensure consistent syntax and idiomatic usage across a codebase. The project establishes a comprehensive Ruby style guide that defines naming conventions, indentation, and structural requirements. It utilizes a pluggable linting engine to enforce these standards through a defined set of patterns and constraints. The capability surface co

    Ruby
    Voir sur GitHub↗3,890
  • checkstyle/checkstyleAvatar de checkstyle

    checkstyle/checkstyle

    8,867Voir sur GitHub↗

    Checkstyle is a Java static analysis tool and linter designed to identify and enforce coding standards and best practices. It functions as a code quality auditor and Javadoc validation tool, checking source code against configurable rulesets to ensure structural and stylistic consistency. The project allows for the creation of custom linting rules by extending a core API to inspect the abstract syntax tree. It further enables specialized validation through the use of XPath expressions to query the syntax tree for specific code patterns and violations. Capability areas include the enforcement

    Javacode-qualitycommand-line-toolhacktoberfest
    Voir sur GitHub↗8,867
  • cpp-best-practices/cppbestpracticesAvatar de cpp-best-practices

    cpp-best-practices/cppbestpractices

    8,766Voir sur GitHub↗

    This project is a curated collection of guidelines and technical resources designed to improve C++ code safety, maintainability, and performance. It provides a comprehensive set of coding standards and best practices for establishing consistent naming, formatting, and structural patterns across C++ codebases. The guide offers specific technical advice on performance optimization, including methods for minimizing object copying, optimizing memory allocation, and reducing compilation cycles. It also provides a directory of tooling recommendations for implementing static analysis, fuzz testing,

    best-practicescpp
    Voir sur GitHub↗8,766
  • Voir les 30 alternatives à Javascript Style Guide→