Skip to content

Commit 98e2c61

Browse files
committed
Captialisation advice for acronyms
Closes #132
1 parent 070ed13 commit 98e2c61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guide/advice.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if y {
2020

2121
* Types shall be `UpperCamelCase`,
2222
* Enum variants shall be `UpperCamelCase`,
23+
* Where acronyms are used in the above cases, only capitalize the first letter, e.g., `HttpRequest`.
2324
* Struct fields shall be `snake_case`,
2425
* Function and method names shall be `snake_case`,
2526
* Local variables shall be `snake_case`,

0 commit comments

Comments
 (0)