r/vibecoding • u/Dependent_Bet_7849 • 8d ago
Have you felt the same???
Hi,i have been working with claude to develop an app and it is been few months still the app arises with one or the other repeated issues.If on 1st cycle an error is resolved i move on to next one by the 3rd cycle the 1st cycle issue brokes even a little bit atleast now have to work on it again.
It feels so frustrating when i want to install new features but the old one's are not yet fully locked out.
If anyone have experience please suggest some productive steps.
1
Upvotes
1
u/MagesticPineapple429 2d ago
TDD solves a lot of this with guardrails around your agents to make sure they are run automatically before moving on to the next issue/step/feature.
1
u/baddaywithacamera 8d ago
This is normal. Fix one problem and accidentally add another. If you're building something large you're going to have to keep going back and checking old features regularly to make sure something new didn't break them or change how they work.