this post was submitted on 23 Jun 2025
18 points (78.1% liked)
Programming Humor
3199 readers
1 users here now
Related Communities !programmerhumor@lemmy.ml !programmer_humor@programming.dev !programmerhumor@kbin.social !programming_horror@programming.dev
Other Programming Communities !programming@beehaw.org !programming@programming.dev !programming@lemmy.ml !programming@kbin.social !learn_programming@programming.dev !functional_programming@programming.dev !embedded_prog@lemmy.ml
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My current hobby project is over 4000 lines of perl at this point and not with a single comment in the source. I asked ChatGPT to evaluate the code base, and the only negative feedback was my preference for my ancient way of doing this one specific thing when there's a module that handles it these days.
This project is 6x bigger than that ๐ (~ 25k loc)
And worst of all: written by someone else.
I once worked on web forms project that was a port of VB6 with ~20k lines on both the markup and code behind files...per page.
But not to go into war stories. And no, nobody really knew what it did, which made rewriting virtually impossible haha.