From c72d543289f9de4a065135946e982c7a34f06b4c Mon Sep 17 00:00:00 2001 From: Friedrich Rehren Date: Sat, 6 Feb 2021 14:15:40 +0100 Subject: [PATCH] fixed duplicate "why: comment" --- C# Coding Standards and Naming Conventions.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/C# Coding Standards and Naming Conventions.md b/C# Coding Standards and Naming Conventions.md index 8eb5959..66a39f1 100644 --- a/C# Coding Standards and Naming Conventions.md +++ b/C# Coding Standards and Naming Conventions.md @@ -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.*** #### 25. Do use suffix Exception at creation of the new classes comprising the information on exception: