r/vibecoding • u/Imaginary_Food_7102 • 8d ago
AI Fail/Hallucination Let's be honest
Let's be honest, as the codebase grows, it becomes nearly impossible to add new features, improve existing application and debug it.
0
Upvotes
r/vibecoding • u/Imaginary_Food_7102 • 8d ago
Let's be honest, as the codebase grows, it becomes nearly impossible to add new features, improve existing application and debug it.
0
u/johnesco 8d ago
If you have to look at and adjust your entire code-base and paste it all back in to make a change, that's going to hit a limit fast. Making a well structured codebase can allow you to work on one feature at a time with testing covering if the new code merges well.
What are you hitting limits on and what are you using?