Skip to content

Commit 96c4f73

Browse files
authored
Create src.instructions.md with commenting rules
1 parent 5f7edda commit 96c4f73

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)