awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesBoolean Prop Naming

Rules for naming boolean component properties to ensure consistency and predictability.

Distinct from Code Naming Patterns: Specifically targets the naming of boolean-valued props in components, not general code identifiers or config files.

Explore 2 awesome GitHub repositories matching part of an awesome list · Boolean Prop Naming. Refine with filters or upvote what's useful.

Awesome Boolean Prop Naming GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • jsx-eslint/eslint-plugin-reactAvatar von jsx-eslint

    jsx-eslint/eslint-plugin-react

    9,287Auf GitHub ansehen↗

    This project is an ESLint plugin and static analysis tool designed to enforce best practices, prevent bugs, and maintain code quality in React projects. It functions as a specialized JSX linter that analyzes the syntax and structure of components to detect anti-patterns and API misuse. The plugin distinguishes itself by providing deep analysis of React-specific patterns, such as detecting state race conditions, preventing nested component definitions, and identifying unstable references that cause unnecessary re-renders. It also includes security hardening rules to identify vulnerabilities li

    Enforces a consistent naming pattern for boolean properties across the codebase.

    JavaScriptdevelopmentecmascripteslint
    Auf GitHub ansehen↗9,287
  • allar/ue5-style-guideAvatar von Allar

    Allar/ue5-style-guide

    6,230Auf GitHub ansehen↗

    This is a community-driven style guide for Unreal Engine 5 projects, providing a comprehensive set of conventions for organizing content and writing Blueprint code. The guide establishes standards for project folder structure, asset naming, and Blueprint scripting to improve readability, maintainability, and team collaboration. The guide covers two main areas: project organization and Blueprint coding standards. For project organization, it recommends structuring content by gameplay feature rather than asset type, isolating project assets in a top-level folder, using PascalCase for folder nam

    Defines a naming convention for boolean variables using a b prefix in Blueprint scripts.

    blueprintlintlinter
    Auf GitHub ansehen↗6,230
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Pattern Matching
  5. Code Naming Patterns
  6. Boolean Prop Naming