Do you use trace logs?

1    08 Mar 2016 23:10 by u/roznak

When you develop code, do you use trace logs?

I used to... but I have noticed that adding the trace log lines, you lose performance, you introduce complexity and you introduce risk of bugs caused by the logs.

Since I reverted back to less trace lines, I create rock solid stable code, because my code is less obscured by the trace lines.

0 comments

No comments archived.