|
|
|
|
|
by alganet
213 days ago
|
|
What Í'm doing a lot is vibe coding and stashing. Not even a public branch, just git stash the whole thing the LLM writes. Also, I stack the stash. When I vibe code, I pop it, let it work on its own mess, then I stash it again. One project has almost 13.000 lines of vibe mess, all stashed. One good thing, is that the stash builds. It's just that I don't want to release more code than I can read. It's a long review queue that is pre-merged somehow. Once in a while I pick something from there, then I review it and integrate into the codebase more seriously. I don't have the throughput to review it all, and not all projects can be yolo'd. |
|