upvote
I think nobody is arguing against logging. However, printf-debugging typically means that you are inserting temporary printf statements to debug a specific issue. In that case, you can just use tracepoints instead (if your debugger supports them).
reply
Yeah and by good print statement you mean use a structured logging lib?
reply