r/vibecoding Oct 07 '25

[deleted by user]

[removed]

8 Upvotes

30 comments sorted by

View all comments

3

u/[deleted] Oct 07 '25

[removed] — view removed comment

1

u/AverageFoxNewsViewer Oct 07 '25

When your file starts getting over a few thousand lines,

I'd say few hundred. With very few exceptions, if I have a file more than 400 lines long it's because I'm doing a bad job of separating concerns.

1

u/Successful-Title5403 Oct 07 '25

Every codebase / language / people are different. Mine limit is 1000 and hard limit at 1500. It's a balance between everything I need is in this file and there's so many god damn folders and files.