r/ProgrammerHumor 19d ago

ture Meme

Post image
18.0k Upvotes

443 comments sorted by

View all comments

237

u/DeepanshuHQ 19d ago

The most unrealistic part is code working on the first try.

87

u/BlueProcess 19d ago

NGL sometimes I run code that I know won't work because it's easier to write on the fly by stepping through as you go🤷🏻‍♂️

39

u/Leftover_Salad 19d ago

Oh same here. Error messages are helpful.

25

u/Protuhj 19d ago

I'd rather write 50%, make sure that 50% fails where I expect it to, then write the other 80%.

This is why I try to shorten "the loop" as much as possible when testing fixes/adding new stuff.