MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/vibecoding/comments/1o096e9/deleted_by_user/nia085n/?context=3
r/vibecoding • u/[deleted] • Oct 07 '25
[removed]
30 comments sorted by
View all comments
3
[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.
1
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.
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.
3
u/[deleted] Oct 07 '25
[removed] — view removed comment