We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0473971 commit 5d8922dCopy full SHA for 5d8922d
1 file changed
CLAUDE.md
@@ -138,6 +138,7 @@ Services auto-reload on code changes using Air.
138
- **Error wrapping**: Use error wrapping with stack traces; custom error types for domain logic
139
- **Dependency management**: Constructor-based DI; interface segregation (small interfaces)
140
- **Observability**: Structured logging; OpenTelemetry integration; metrics for critical paths
141
+- **Early returns**: Prefer early `return` / `continue` to reduce nesting
142
143
### Testing
144
- Test files use `*_test.go` suffix and are located next to implementation
0 commit comments