Skip to content

Commit 33a0c3d

Browse files
committed
chore(instructions): define initial rules for naming
1 parent 370cfcb commit 33a0c3d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ Task is NOT complete until all verification passes.
6767
If you find yourself writing a comment, ask how you can change the code to eliminate the need for it.
6868
Extract functions, rename variables, or restructure code to make the intent clear without comments.
6969

70+
## Naming Conventions
71+
72+
* Use camelCase for variables and functions
73+
* Use kebab-case for file names
74+
* Use nouns for file names and variables
75+
* Use verbs for function names
76+
* Use descriptive names that convey intent
77+
* Use full words — avoid abbreviations and acronyms unless widely understood
7078

7179
## Testing Standards
7280

0 commit comments

Comments
 (0)