Writing logs that actually help understand a bug
Logs as a thinking tool A log is not just text output. It is a way to structure thinking when facing a bug. Before writing a log, it often helps to clearly define what needs to be verified. Providing context An isolated log is rarely enough. Context around the value is often what makes it … Read more