704 B
704 B
Feedback Patterns (Auto-Updated)
Last updated: 2026-02-07 | Based on 12 feedback events
Recurring Themes (Top 3)
- error-handling (mentioned 12x) — Could use a few more inline comments for complex logic
- documentation (mentioned 12x) — Could use a few more inline comments for complex logic
- clean-code (mentioned 12x) — Could use a few more inline comments for complex logic
Anti-Patterns (Things Consistently Rejected)
- Always use typed error classes with context, never throw raw strings (confidence: 60%)
- Every public function needs JSDoc with @param, @returns, @throws (confidence: 60%)
- Prefer functional composition over class hierarchies (confidence: 60%)