# Feedback Patterns (Auto-Updated) > Last updated: 2026-02-07 | Based on 12 feedback events ## Recurring Themes (Top 3) 1. **error-handling** (mentioned 12x) — Could use a few more inline comments for complex logic 2. **documentation** (mentioned 12x) — Could use a few more inline comments for complex logic 3. **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%)