mirror of
https://github.com/Stone-Red-Code/naming-convention.git
synced 2026-09-04 00:56:16 +02:00
Replace PascalCase with camelCase in point 7
This commit is contained in:
@@ -99,7 +99,7 @@ UriPart uriPart;
|
||||
|
||||
***Why: consistent with the Microsoft's .NET Framework and prevents inconsistent abbreviations.***
|
||||
|
||||
#### 7. Do use PascalCasing for abbreviations 3 characters or more (2 chars are both uppercase):
|
||||
#### 7. Do use camelCasing for abbreviations 3 characters or more (2 chars are both uppercase):
|
||||
|
||||
```csharp
|
||||
HtmlHelper htmlHelper;
|
||||
|
||||
Reference in New Issue
Block a user