5 ms·
I recently discovered an open source project which I believe was completely vibe coded. 90k lines of code, 135 commits starting from an empty project. I cloned
by vborovikov 1y ago
I recently discovered an open source project which I believe was completely vibe coded. 90k lines of code, 135 commits starting from an empty project.
I cloned the repo and tried to run the examples. Nothing worked. The problem was many data structures and variables were initialized empty/zero but the code wasn't designed to work with empty data at all.