Department of Vibe Code Assessment

Class Performance

Aggregate findings across 32 graded repos

This semester's class average

80

avg score

Code Structure
4556% fail
Error Handling
8128% fail
Test Coverage
94
Security
946% 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

53%

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

17 of 32 repos

47%

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

15 of 32 repos

44%

Large file (N lines) — barely over threshold

14 of 32 repos

34%

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

11 of 32 repos

34%

Large file (N lines) — should probably split this

11 of 32 repos

31%

Deep nesting detected (N levels) — refactor this

10 of 32 repos

25%

Catch block only logs error without handling it

8 of 32 repos

25%

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

8 of 32 repos