We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7edda commit 96c4f73Copy full SHA for 96c4f73
.github/instructions/src.instructions.md
@@ -0,0 +1,13 @@
1
+---
2
+applyTo: "src/**"
3
4
+
5
+General rules that apply to all code.
6
7
+Rules for commenting code:
8
9
+1. Comments are for things that cannot be expressed as code
10
+2. Comments which restate code must be deleted
11
+3. If the omment says what the code could say, then the code must change to make the commnet redundant
12
13
0 commit comments