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

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

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

1 个仓库

Awesome GitHub RepositoriesVariable Context Identifiers

Naming conventions that use linguistic cues to represent the context and type of a variable.

Distinct from Variable Type Declarations: Distinct from Variable Type Declarations: focuses on the name's linguistic cues (plurality/markers) rather than the type declaration syntax.

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

Awesome Variable Context Identifiers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • kettanaito/naming-cheatsheetkettanaito 的头像

    kettanaito/naming-cheatsheet

    14,200在 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

    Uses singular/plural forms and boundary indicators to accurately reflect variable data types and states.

    actioncheatsheetguideline
    在 GitHub 上查看↗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 Identifiers