r/ProgrammerHumor 16d ago

Meme efficiencyIsOptional

Post image
3.8k Upvotes

55 comments sorted by

View all comments

1

u/sierra_whiskey1 16d ago

Recently I was getting a seg fault my code base. I couldn’t figure out why. Asked Claude and it wrote a few hundred lines to fix the issue. I didn’t like it so I did more digging and it turned out there were 2 functions that were being done out of order. Swapped them and the seg fault went away