State of the codebase, April 2026
After seven months of vibe coding it’s time to look at what came out of the box. Below are two angles on the same project: the C# codebase itself, and the Claude Code sessions that produced it. Code, in lines Hand-written, EF migrations excluded: Bucket Files Lines of code Production 1,065 51,441 Tests 263 58,690 Total 1,328 110,131 Test-to-production ratio is 1.14 — slightly more test code than production code. That is the goal: as many tests and as little production code as possible. I will write a separate post about why. Median hand-written file is 22 lines. ...