We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92eb9c commit e2d3284Copy full SHA for e2d3284
1 file changed
CLAUDE.md
@@ -40,6 +40,12 @@ Environment variables:
40
# Code Style
41
42
- Don't add comments for self-explanatory code. Only comment when the "why" isn't obvious from the code itself.
43
+- Do not remove comments added by someone else than yourself.
44
+- Errors returned by functions should always be checked unless in test files.
45
+
46
+# Testing
47
48
+- Prefer integration tests to cover most cases. Use unit tests when integration tests are not practical.
49
50
# Maintaining This File
51
0 commit comments