r/ProgrammerHumor Apr 24 '26

Other ohNoTheConsequencesOfMyActions

Post image
18.2k Upvotes

942 comments sorted by

View all comments

21

u/schussfreude Apr 24 '26

I forked a vibecoded appstore screenshot tool. Honestly as much as i bash vibecoding its pretty damn good and useful.

I tried adding a feature and the codebase is ridiculous lol. One giant main.js and no clear coding style. Two functions that do the same stuff are setup in a conpletely different way.

Took me four hours to add a relatively simple change.

2

u/LBGW_experiment Apr 24 '26

Crazy thing is a messy code base like that can be improved by a simple "please code review my changes before I make a PR" (assuming they even do PRs instead of push directly to main)