awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sivan avatar

sivan/javascript-style-guide

0
View on GitHub↗
1,999 स्टार्स·468 फोर्क्स·MIT·12 व्यूज़

Javascript Style Guide

यह प्रोजेक्ट JavaScript कोडबेस में समान डेवलपमेंट पैटर्न सुनिश्चित करने के लिए डिज़ाइन किए गए कोडिंग मानकों और सम्मेलनों का एक व्यापक सेट प्रदान करता है। यह स्टेटिक विश्लेषण के लिए एक कॉन्फ़िगरेशन-संचालित फ्रेमवर्क के रूप में कार्य करता है, जो सामान्य प्रोग्रामिंग त्रुटियों को रोकने और तकनीकी ऋण (technical debt) को कम करने के लिए सिंटैक्स, संरचना और शैलीगत आवश्यकताओं को नियंत्रित करने वाले नियम स्थापित करता है।

यह गाइड विशिष्ट संरचनात्मक प्रथाओं को अनिवार्य करके खुद को अलग करती है, जैसे कि ऑब्जेक्ट और ऐरे निर्माण के लिए लिटरल सिंटैक्स का उपयोग और निहित प्रकार के जबरदस्ती (implicit type coercion) से बचने के लिए सख्त समानता तुलनाओं का प्रवर्तन। यह कार्यात्मक स्कोप के शीर्ष पर स्पष्ट घोषणाओं की आवश्यकता के द्वारा अनुशासित वेरिएबल प्रबंधन पर भी जोर देती है, जो नेमस्पेस प्रदूषण को रोकता है और वेरिएबल होस्टिंग से संबंधित मुद्दों को कम करता है।

इन मुख्य नियमों के अलावा, प्रोजेक्ट नामकरण सम्मेलनों, मॉड्यूल एनकैप्सुलेशन और दस्तावेज़ीकरण प्रथाओं सहित विकास मानकों की एक विस्तृत श्रृंखला को कवर करता है। इसमें ब्राउज़र-आधारित वातावरण के लिए प्रदर्शन-उन्मुख दिशानिर्देश भी शामिल हैं, जो एप्लिकेशन रिस्पॉन्सिवनेस बनाए रखने के लिए कुशल तत्व क्वेरी और DOM इंटरैक्शन रणनीतियों पर ध्यान केंद्रित करते हैं।

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.

स्टार हिस्ट्री

sivan/javascript-style-guide के लिए स्टार हिस्ट्री चार्टsivan/javascript-style-guide के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Javascript Style Guide को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Javascript Style Guide दिखाई देता है।
  • फ्रंट-एंड डेवलपमेंट के लिए स्टाइल गाइड

Javascript Style Guide के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Javascript Style Guide के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • thoughtbot/guidesthoughtbot का अवतार

    thoughtbot/guides

    9,556GitHub पर देखें↗

    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
    GitHub पर देखें↗9,556
  • airbnb/rubyairbnb का अवतार

    airbnb/ruby

    3,890GitHub पर देखें↗

    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
    GitHub पर देखें↗3,890
  • checkstyle/checkstylecheckstyle का अवतार

    checkstyle/checkstyle

    8,867GitHub पर देखें↗

    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
    GitHub पर देखें↗8,867
  • cpp-best-practices/cppbestpracticescpp-best-practices का अवतार

    cpp-best-practices/cppbestpractices

    8,766GitHub पर देखें↗

    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
    GitHub पर देखें↗8,766
Javascript Style Guide के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

sivan/javascript-style-guide क्या करता है?

यह प्रोजेक्ट JavaScript कोडबेस में समान डेवलपमेंट पैटर्न सुनिश्चित करने के लिए डिज़ाइन किए गए कोडिंग मानकों और सम्मेलनों का एक व्यापक सेट प्रदान करता है। यह स्टेटिक विश्लेषण के लिए एक कॉन्फ़िगरेशन-संचालित फ्रेमवर्क के रूप में कार्य करता है, जो सामान्य प्रोग्रामिंग त्रुटियों को रोकने और तकनीकी ऋण (technical debt) को कम करने के लिए सिंटैक्स, संरचना और शैलीगत आवश्यकताओं को नियंत्रित करने वाले नियम स्थापित करता है।

sivan/javascript-style-guide की मुख्य विशेषताएं क्या हैं?

sivan/javascript-style-guide की मुख्य विशेषताएं हैं: Code Quality Standards, Static Analysis Configurations, Coding Standards Enforcement, Coding Standards, Configuration-Driven Rules, Structural Rule Enforcement, Collaborative Development, Abstract Syntax Tree Parsing।

sivan/javascript-style-guide के कुछ ओपन-सोर्स विकल्प क्या हैं?

sivan/javascript-style-guide के ओपन-सोर्स विकल्पों में शामिल हैं: 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…