|
|
|
|
|
by vborovikov
392 days 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. |
|