Department of Vibe Code Assessment
Class Performance
Aggregate findings across 30 graded repos
This semester's class average
avg score
“I expected nothing and I'm still disappointed.”
Grade Distribution by Subject
Code Structure
Error Handling
Test Coverage
Security
Dependencies
Documentation
Most Common Findings
Deep nesting detected (N levels) — common in real code
17 of 30 repos
Deep nesting detected (N levels) — getting hard to follow
15 of 30 repos
Large file (N lines) — barely over threshold
14 of 30 repos
Large file (N lines) — this is a real problem
11 of 30 repos
Large file (N lines) — should probably split this
11 of 30 repos
Deep nesting detected (N levels) — refactor this
10 of 30 repos
Catch block only logs error without handling it
8 of 30 repos
High console.log density (12 instances) — likely debug code left in production
8 of 30 repos