mirror of
https://github.com/Stone-Red-Code/naming-convention.git
synced 2026-09-08 16:06:11 +02:00
Update C# Coding Standards and Naming Conventions.md
This commit is contained in:
@@ -412,6 +412,8 @@ public class BarcodeReadException : System.Exception
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
***Why: consistent with the Microsoft's .NET Framework and easy to read.***
|
||||||
|
|
||||||
#### 26. Do use suffix Any, Is, Have or similar keywords for boolean identifier :
|
#### 26. Do use suffix Any, Is, Have or similar keywords for boolean identifier :
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
|
|||||||
Reference in New Issue
Block a user