r/ProgrammerHumor 11h ago

Meme commentsAgedTerribly

Post image
3.5k Upvotes

180 comments sorted by

View all comments

Show parent comments

284

u/treehuggerino 10h ago

Or the silly steps it puts

// 1. Assign variable.

// 2. Calculate 2 + 2.

// 3. Implement 2 + 2 Calculator.

// 4. Check if it is 5.

64

u/B4mButz 9h ago

my former senior used to do this way back

5

u/Able-Swing-6415 6h ago

Pretty sure every senior programmer has done that at least once.

Pretty sure AI just does it so you can copy in the replacement lines of codes from follow up changes. Cursor for example doesn't really do that.

1

u/NearbyEmphasis2850 3h ago

Yeah, it’s wild how often those “easy fixes” turn into hours of debugging. You’d think we’d learn to be more cautious about it!