You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*:heavy_check_mark:**DO** add XML comment documentation to new classes, methods or parameters.
85
85
*:heavy_check_mark:**DO** add a test class for each feature and a test method for each
86
86
*:heavy_check_mark:**DO** use language conventions to make code easy to understand quickly. See some tips here: [dofactory](https://www.dofactory.com/csharp-coding-standards);
87
87
*:heavy_check_mark:**CONSIDER** using SOLID patterns;
88
88
89
89
90
90
91
-
## <aname="tests"></a>Tests
91
+
## <aname="tests"></a>Tests
92
92
*:heavy_check_mark:**DO** add a unit test if your Pull Requests resolves an issue or adds features.
93
93
*:heavy_check_mark:**CONSIDER** using test patterns like "AAA" and "Given When Then";
94
94
*:heavy_check_mark:**DO** add a test class for each feature and a test method for each assertion;
0 commit comments