Cheat Sheet: JavaScript (TypeScript) variable naming convention
Recommendations on how to unify naming convention within a code – formats, acronyms and abbreviations, value-based prefixes, event handlers, etc. Mainly for vanilla TypeScript with a bit of React. Variable name formats It is good to restrict name for...
Jun 1, 20245 min read133


