Hacker News new | ask | show | jobs
by scott_s 4518 days ago
Print statements for debugging is not necessarily a bad thing: http://www.scott-a-s.com/traces-vs-snapshots/
1 comments

Agreed! In the same vein, I recently wrote about both debugging vs logging [1] and about session-based logging [2].

[1] http://henrikwarne.com/2014/01/01/finding-bugs-debugger-vers...

[2] http://henrikwarne.com/2014/01/21/session-based-logging/

Neat, we hit on many of the same points.
Yep!