We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54515b7 commit 9d19a22Copy full SHA for 9d19a22
1 file changed
Src/Guidelines/1700_NamingGuidelines.md
@@ -29,10 +29,12 @@ Constant Local variable | Camel | `maximumItems` |
29
Read-only static field | Pascal | `RedValue` |
30
Local Variable | Camel | `listOfValues` |
31
Method | Pascal | `ToString` |
32
+Local function | Pascal | `FormatText` |
33
Namespace | Pascal | `System.Drawing` |
34
Parameter | Camel | `typeName` |
35
Type Parameter | Pascal | `TView` |
36
Property | Pascal | `BackColor` |
37
+Tuple element | Camel | `firstName` |
38
39
### <a name="av1704"></a> Don't include numbers in variables, parameters and type members (AV1704) 
40
In most cases they are a lazy excuse for not defining a clear and intention-revealing name.
0 commit comments