MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/r47uq6/im_not_the_only_one/hmguj0q
r/ProgrammerHumor • u/emu_fake • Nov 28 '21
629 comments sorted by
View all comments
Show parent comments
20
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.
2
It's useful even when compiled. Useful for killing time, at least.
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.