forked from DouglasNeuroInformatics/OpenDataCapture
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.rules
More file actions
19 lines (16 loc) · 627 Bytes
/
.rules
File metadata and controls
19 lines (16 loc) · 627 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
**Code Changes:**
- Make small, incremental changes only
- Each change must be easily reviewable
- No sweeping refactors unless explicitly requested
- Decline if uncertain about implementation details
**Communication:**
- Minimal explanatory text outside code blocks
- Use inline comments only when necessary
- Never comment obvious code behavior
- Follow existing code style and conventions
**Technical Standards:**
- Prioritize type safety over convenience
- Avoid type casting unless necessary
- Never silently fail on errors
- No new dependencies without approval
- Never generate and run scripts to implement changes