Skip to content

Commit dcda1c6

Browse files
committed
docs/WorkflowGuidelines: 'this' should be required
1 parent 93451b1 commit dcda1c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/WorkflowGuidelines.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* The first group for the namespaces that come from the base class libraries.
1515
* Second group for external libraries (e.g. nuget packages).
1616
* Last for the namespaces that belong to the source code that lives in same repository.
17+
18+
* In languages where writing `this.` is optional, let's actually rather make it mandatory, as this makes the code more readable (even if more verbose).
1719

1820
* Avoid typical bad practices like:
1921

0 commit comments

Comments
 (0)