mirror of
https://github.com/Stone-Red-Code/naming-convention.git
synced 2026-09-04 00:56:16 +02:00
Fix typo in C# conventions doc
This commit is contained in:
@@ -378,7 +378,7 @@ public delegate void ReadBarcodeEventHandler(object sender, ReadBarcodeEventArgs
|
|||||||
|
|
||||||
***Why: consistent with the Microsoft's .NET Framework and easy to read.***
|
***Why: consistent with the Microsoft's .NET Framework and easy to read.***
|
||||||
|
|
||||||
#### 23. Do not create names of parametres in methods (or constructors) which differ only by the register:
|
#### 23. Do not create names of parameters in methods (or constructors) which differ only by the register:
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
// Avoid
|
// Avoid
|
||||||
|
|||||||
Reference in New Issue
Block a user