The Art Of Naming

Comprehensive naming convention guide for TypeScript and Angular applications. Covers casing rules (camelCase, PascalCase, UPPER_CASE), prefix conventions (I for interfaces, _ for private, T for generics), boolean naming, the S-I-D principle (Short, Intuitive, Descriptive), context duplication, and structured naming patterns (P/HC/LC for variables, A/HC/LC for functions). Use when writing, reviewing, or refactoring TypeScript code. Triggers on tasks involving naming, variables, functions, interfaces, or code style.

develite98 Updated

File contents

develite98/angular-best-practices/tree/main/skills/the-art-of-naming commit aab2dce3f7

Frequently asked questions

npx skillmds@latest add develite98/the-art-of-naming