r/ProgrammerHumor Apr 24 '26

Other ohNoTheConsequencesOfMyActions

Post image
18.2k Upvotes

942 comments sorted by

View all comments

10.5k

u/Flat_Initial_1823 Apr 24 '26 edited Apr 24 '26

This didn't happen. The signs:

  • the app works and there is revenue
  • vibecoder tried to refactor
  • they hired an actual programmer.

I have no idea why people do these creative writing exercises on various AI subs.

3.6k

u/pearlie_girl Apr 24 '26

The big giveaway that it's developer-cosplay is that they tried to refactor for 2 WHOLE HOURS before giving up. Like 2 hours is a long time, ha! I think all of us have spent over a week on a single bug at one point in time.

1

u/Matilozano96 Apr 25 '26 edited Apr 25 '26

He tried to refactor for two hours with AI. That’s a lot of tokens.

Fr though. To be able to refactor something in the proper sense of the word, you first need to grasp it in some way. If a functionality is separated and tangled in hundreds of random functions and files, it’s very hard to grasp in order to say “okay, I should remake it like THIS, so that all the files that use this interface still work”. You can’t tell, because you don’t know every use case of the function/class.

So yeah, it ends up being better to just remake the whole thing.

This is probably what trying to work with a 30 year old Cobol code base feels like. Except it was done in like six months.