this post was submitted on 23 Jun 2025
18 points (78.1% liked)

Programming Humor

3232 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
 

(I took the last summary part only for obvious reasons)

Result is hilarious but I couldn't agree more. Here's the prompt:

what's your overall view of this project? what major design flaws do you see or good design decisions you like? be brutal, reality check time

edit: clarification before you guys jump me, the company paid for agentic editing to give it a shot and this is the first thing I asked

you are viewing a single comment's thread
view the rest of the comments
[โ€“] neidu3@sh.itjust.works 11 points 1 month ago (1 children)

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.

[โ€“] idriss@lemm.ee 10 points 1 month ago (2 children)

This project is 6x bigger than that ๐Ÿ™ (~ 25k loc)

[โ€“] neidu3@sh.itjust.works 4 points 1 month ago* (last edited 1 month ago)

And worst of all: written by someone else.

[โ€“] ragingHungryPanda@lemmy.zip 1 points 1 month ago

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.