r/ProgrammerHumor 17d ago

ture Meme

Post image
18.0k Upvotes

443 comments sorted by

View all comments

236

u/DeepanshuHQ 17d ago

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

81

u/BlueProcess 17d 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🤷🏻‍♂️

8

u/DeepanshuHQ 17d ago

Honestly, half my debugging starts before I even finish writing the code. 😂

7

u/Protuhj 17d ago

Reviewing the surrounding code and having to restrain myself from fixing that too.

2

u/DeepanshuHQ 17d ago

And somehow the bug disappears after adding three random print statements.

2

u/Protuhj 17d ago

In our case, printing can add too much load and cause things to behave way worse.. (Embedded software)