Skip to content

Commit e2d3284

Browse files
Minor improvements to CLAUDE.md (#15)
1 parent d92eb9c commit e2d3284

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ Environment variables:
4040
# Code Style
4141

4242
- 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.
4349

4450
# Maintaining This File
4551

0 commit comments

Comments
 (0)