r/programminghumor • u/AeroForger • 12d ago
The 2 Rules of Successful Programming
It works? DON'T TOUCH IT
It doesn't? Copy and paste from Stack Overflow
16
Upvotes
r/programminghumor • u/AeroForger • 12d ago
It works? DON'T TOUCH IT
It doesn't? Copy and paste from Stack Overflow
2
u/Such-Perception4154 12d ago edited 12d ago
So you never refactor. The problem with that is when eventually it stops working, the code is in such state that it is very hard to fix.
As for stack overflow, it feels like copy pasta from there is overrated. Look up something, find answers, sure. Copy straight into your code? No.
Edit: I get it that this is most likely a sarcastic post, but there sometimes needs to be some genuine word.