awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesLanguage-Agnostic Naming Standards

Naming conventions and semantic rules that remain consistent across different programming languages.

Distinct from Language-Agnostic APIs: None of the candidates cover semantic naming rules; they focus on storage, APIs, or runtime detectors.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Language-Agnostic Naming Standards. Refine with filters or upvote what's useful.

Awesome Language-Agnostic Naming Standards GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • kettanaito/naming-cheatsheetAvatar kettanaito

    kettanaito/naming-cheatsheet

    14,200Vezi pe GitHub↗

    This project is a code naming convention guide and programming style guide. It provides a language-agnostic set of rules for naming variables and functions to improve the readability and cohesiveness of a codebase. The guide implements a variable naming framework that organizes identifiers using abstract, high-context, and low-context patterns. It also defines a specific function naming pattern based on a prefix-action-context system to communicate the operational domain and intended results of a function. The system covers broader standards for code readability optimization, including the u

    Defines naming rules that apply across different programming languages by focusing on semantic logic.

    actioncheatsheetguideline
    Vezi pe GitHub↗14,200
  • zh-google-styleguide/zh-google-styleguideAvatar zh-google-styleguide

    zh-google-styleguide/zh-google-styleguide

    10,977Vezi pe GitHub↗

    This project is a software engineering reference that provides a cross-language formatting standard and industry-standard practices for architectural patterns, memory management, and identifier naming. Its primary purpose is to implement a unified set of indentation and whitespace rules applied consistently across multiple distinct programming environments. The project specializes in technical documentation localization, providing Chinese language translations of official programming style guides. It maps original English coding standards to Chinese language references to maintain meaning acr

    Provides a unified Chinese reference for naming and formatting rules across C++, Java, Python, and TypeScript.

    Makefile
    Vezi pe GitHub↗10,977
  1. Home
  2. Software Engineering & Architecture
  3. Language-Agnostic Naming Standards

Explorează sub-etichetele

  • Multi-Language Reference StandardsStandards that apply consistent naming and formatting rules across a set of different programming languages. **Distinct from Language-Agnostic Naming Standards:** Covers both naming and formatting across languages, whereas Language-Agnostic Naming Standards focuses only on naming.