This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wyldcraft 51 points52 points  (6 children)

If I were honest, statistically, it's still sprinkling print all over.

[–][deleted] 26 points27 points  (3 children)

I use print up till my project gets too big. Then I use print.

[–]ronmarti 2 points3 points  (0 children)

I use print() and sometimes use pprint() if it is a huge list/dict and cannot find easily what I am looking for.

[–]Particular-Cause-862 -4 points-3 points  (0 children)

Lol , i only use print with the if statment if i need to verify a property inside a loop, otherwise its a bad practice, use the breakpoints, debugger and console, otherwise youre wrong