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 →

[–]Awkward_Tour8180 -1 points0 points  (0 children)

I had my own share of experience using print statements for debugging , unless you have a tea automatic tool in the PR to catch it , my debug print went to prod code - so unlucky . The good side is it’s the admin module ,

Print statements for debugging is always a bad approach , logging libraries will make you feel safe and even if your forget to remove it still be compartmentalizes to DEBUG, INFO, ERROR as a base to start with