2 repository-uri
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.
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.
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.