1
vote
What is the proper name for doing debugging by adding ‘print’ statements
(Good logging is incredibly valuable for debugging problems in running production systems. Lots of useless verbose print statements aren't, but logging something interesting when something importa …
