A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
5 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | EXAMPLES.md | 326 | except Exception as e: |
| MEDIUM | EXAMPLES.md | 327 | - print(f"Error: {e}") |
| LOW | EXAMPLES.md | 360 | except Exception as e: |
| MEDIUM | EXAMPLES.md | 361 | - print(f"Error: {e}") |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | EXAMPLES.md | 470 | def test_sort_with_duplicate_scores(): |