mirror of
https://github.com/Stone-Red-Code/naming-convention.git
synced 2026-09-04 09:06:19 +02:00
Merge pull request #30 from FriedrichRehren/master
fixed duplicate "why: comment"
This commit is contained in:
@@ -400,8 +400,6 @@ public void ReadBarcodeEventHandler(object sender, ReadBarcodeEventArgs e)
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
***Why: consistent with the Microsoft's .NET Framework***
|
|
||||||
|
|
||||||
***Why: consistent with the Microsoft's .NET Framework and consistent with prior rule of no type indicators in identifiers.***
|
***Why: consistent with the Microsoft's .NET Framework and consistent with prior rule of no type indicators in identifiers.***
|
||||||
|
|
||||||
#### 25. Do use suffix Exception at creation of the new classes comprising the information on exception:
|
#### 25. Do use suffix Exception at creation of the new classes comprising the information on exception:
|
||||||
|
|||||||
Reference in New Issue
Block a user