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
·

1 Repo

Awesome GitHub RepositoriesVariable Context Conventions

Linguistic patterns used to explicitly signal data types and boolean states via variable names.

Distinct from Variable Type Declarations: Distinct from Variable Type Declarations: focuses on naming patterns (linguistics) rather than the language's type declaration syntax.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Variable Context Conventions. Refine with filters or upvote what's useful.

Awesome Variable Context Conventions GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • kettanaito/naming-cheatsheetAvatar von kettanaito

    kettanaito/naming-cheatsheet

    14,200Auf GitHub ansehen↗

    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

    Uses specific linguistic patterns to clearly indicate data types and boolean states within a project.

    actioncheatsheetguideline
    Auf GitHub ansehen↗14,200
  1. Home
  2. Programming Languages & Runtimes
  3. Language Features and Paradigms
  4. Type System Tools
  5. Type Definitions
  6. Variable Type Declarations
  7. Variable Context Conventions