Merge pull request #30 from FriedrichRehren/master

fixed duplicate "why: comment"
This commit is contained in:
Konstantin Taranov
2021-02-07 23:01:43 +03:00
committed by GitHub
@@ -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: