Department of Vibe Code Assessment

Class Performance

Aggregate findings across 28 graded repos

This semester's class average

78

avg score

Code Structure
3764% fail
Error Handling
7932% fail
Test Coverage
94
Security
947% fail
Dependencies
99
Documentation
100

“I expected nothing and I'm still disappointed.”

Grade Distribution by Subject

Code Structure

A
F

Error Handling

A
F

Test Coverage

A
B

Security

A

Dependencies

A

Documentation

A

Most Common Findings

61%

Deep nesting detected (N levels) — common in real code

17 of 28 repos

50%

Large file (N lines) — barely over threshold

14 of 28 repos

46%

Deep nesting detected (N levels) — getting hard to follow

13 of 28 repos

39%

Large file (N lines) — this is a real problem

11 of 28 repos

39%

Large file (N lines) — should probably split this

11 of 28 repos

36%

Deep nesting detected (N levels) — refactor this

10 of 28 repos

29%

Catch block only logs error without handling it

8 of 28 repos

29%

High console.log density (12 instances) — likely debug code left in production

8 of 28 repos