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

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

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

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jsx-eslint/eslint-plugin-reactjsx-eslint 的头像

    jsx-eslint/eslint-plugin-react

    9,287在 GitHub 上查看↗

    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
    在 GitHub 上查看↗9,287
  • allar/ue5-style-guideAllar 的头像

    Allar/ue5-style-guide

    6,230在 GitHub 上查看↗

    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
    在 GitHub 上查看↗6,230
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Pattern Matching
  5. Code Naming Patterns
  6. Boolean Prop Naming