Department of Vibe Code Assessment

Class Performance

Aggregate findings across 30 graded repos

This semester's class average

79

avg score

Code Structure
4160% fail
Error Handling
8030% fail
Test Coverage
93
Security
947% fail
Dependencies
99
Documentation
99

“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

57%

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

17 of 30 repos

50%

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

15 of 30 repos

47%

Large file (N lines) — barely over threshold

14 of 30 repos

37%

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

11 of 30 repos

37%

Large file (N lines) — should probably split this

11 of 30 repos

33%

Deep nesting detected (N levels) — refactor this

10 of 30 repos

27%

Catch block only logs error without handling it

8 of 30 repos

27%

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

8 of 30 repos