← Back to context

Comment by kahmeal

3 months ago

Correct me if I'm wrong but you basically just described good logging practices, yea?

Maybe ? But I was mostly trying to describe how good logging / pre-emptive print statements can avoid much of the need to debug in the first place (as well as why it's more efficient).

Of course coding discipline / experience plays into writing bug-free or easy-to-debug code too.