naming-cheatsheet
Naming guide
Comprehensive guidelines for naming conventions in programming languages.
Comprehensive language-agnostic guidelines on variables naming. Home of the A/HC/LC pattern.
14k stars
117 watching
864 forks
last commit: 12 months ago
Linked from 1 awesome list
actioncheatsheetguidelineguidelineshigh-contextlow-contextnamingnaming-cheatsheetnaming-conventionsnaming-patternnaming-schemespatternprefixvariables
Related projects:
Repository | Description | Stars |
---|---|---|
| A cheatsheet providing tips, tricks, best practices and code snippets for working with ES6 JavaScript features | 13,380 |
| A comprehensive guide to C programming covering 50 years of evolution, common mistakes, clean code principles, and tools for software development | 1,709 |
| A comprehensive systems programming cheat sheet for x86-64 Linux systems, covering key concepts and information specific to the platform. | 364 |
| A comprehensive JavaScript code convention guide | 24 |
| A programming language based on Hungarian notation with the aim of improving source code readability and avoiding ambiguities. | 8 |
| A style guide for writing JavaScript code in a consistent and readable manner | 577 |
| A comprehensive resource for JavaScript developers to learn and reference modern JavaScript concepts and syntax. | 25,411 |
| A Zsh plugin to manage simple text cheatsheets | 10 |
| This repository provides JavaScript implementations of fundamental algorithms and data structures. | 188,874 |
| Native bindings for the Wren scripting language, specifically targeting Haxe and C++ | 6 |
| A practical reference for everyday C++ developers on value categories and pitfalls in C++14 | 406 |
| A style guide for writing JavaScript code following the conventions of Airbnb | 105 |
| A comprehensive resource for learning CoffeeScript syntax and conventions | 14 |
| A widely adopted style guide for JavaScript development | 0 |
| Converts a string to a valid filename by replacing reserved characters and truncating long names. | 489 |