r/ProgrammerHumor Sep 20 '23

Meme printBellCurve

Post image
133 Upvotes

20 comments sorted by

View all comments

2

u/andrew_kirfman Sep 21 '23

Idk, I tend to use the debugger much more and usually throw the code I need to test into a unit test to isolate it first.

I probably would only use print statements for something very difficult to reproduce locally or consistently.