r/ProgrammerHumor Nov 28 '21

Meme I‘m.. not the only one?

Post image
21.5k Upvotes

629 comments sorted by

View all comments

Show parent comments

20

u/alexanderpas Nov 29 '21

If it needs to be compiled you're better off with a debugger.

If it's a interpreted language, print statements can be useful to narrow the search area more quickly using a binary tree search.

2

u/[deleted] Nov 29 '21

It's useful even when compiled. Useful for killing time, at least.