You are viewing a single comment's thread from:

RE: How Print Statements Are Ruining Your Code - Logging's One True Advantage

in #life7 years ago

Interesting diagnosis.
So how do us mortals get rid of those time sucking pesky print statements that slow us down so much like a house mover going up a winding mountain road right in front of us?

Sort:  

If you are not the developer of the software...I suggest a magic wand. However, if you do have access to the source code, ctrl + f is your best friend, use it to find the statements and figure out how to comment them out in the language being used :) hope that helps!

So as a mortal I need a magic wand to defend against the evil print spells of unaware software coders.

I hope many coders learn about this helpful advice from you.