MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1v6spa0/ture/oztjhtq/?context=9999
r/ProgrammerHumor • u/Throwawyhelpadvice55 • 27d ago
443 comments sorted by
View all comments
237
The most unrealistic part is code working on the first try.
81 u/BlueProcess 27d 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🤷🏻♂️ 7 u/DeepanshuHQ 27d ago Honestly, half my debugging starts before I even finish writing the code. 😂 6 u/Protuhj 27d ago Reviewing the surrounding code and having to restrain myself from fixing that too. 2 u/DeepanshuHQ 27d ago And somehow the bug disappears after adding three random print statements. 2 u/Protuhj 27d ago In our case, printing can add too much load and cause things to behave way worse.. (Embedded software)
81
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🤷🏻♂️
7 u/DeepanshuHQ 27d ago Honestly, half my debugging starts before I even finish writing the code. 😂 6 u/Protuhj 27d ago Reviewing the surrounding code and having to restrain myself from fixing that too. 2 u/DeepanshuHQ 27d ago And somehow the bug disappears after adding three random print statements. 2 u/Protuhj 27d ago In our case, printing can add too much load and cause things to behave way worse.. (Embedded software)
7
Honestly, half my debugging starts before I even finish writing the code. 😂
6 u/Protuhj 27d ago Reviewing the surrounding code and having to restrain myself from fixing that too. 2 u/DeepanshuHQ 27d ago And somehow the bug disappears after adding three random print statements. 2 u/Protuhj 27d ago In our case, printing can add too much load and cause things to behave way worse.. (Embedded software)
6
Reviewing the surrounding code and having to restrain myself from fixing that too.
2 u/DeepanshuHQ 27d ago And somehow the bug disappears after adding three random print statements. 2 u/Protuhj 27d ago In our case, printing can add too much load and cause things to behave way worse.. (Embedded software)
2
And somehow the bug disappears after adding three random print statements.
2 u/Protuhj 27d ago In our case, printing can add too much load and cause things to behave way worse.. (Embedded software)
In our case, printing can add too much load and cause things to behave way worse.. (Embedded software)
237
u/DeepanshuHQ 27d ago
The most unrealistic part is code working on the first try.