We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c776b2f commit e0d2c64Copy full SHA for e0d2c64
.cursor/rules/project-rules.mdc
@@ -6,7 +6,7 @@ Proceed in small iterative steps and test each change.
6
Refactor the code to make it more elegant, concise and simple. It should be clear and easy to maintain.
7
Improve the tests as you go, make sure the tests are clear and focused. Don't create lots of trivial tests.
8
Improve the docs and diagramsas you go.
9
-Remove dead code.
+Remove dead and commented out code.
10
Use whitespace to make the code more readable.
11
12
Do not block for approvals; follow `docs/SPEC.md` and `docs/TODO.md` and keep momentum.
0 commit comments