Generating good error messages from code analysis tools is harder than it looks

1 · Raymond Chen · July 4, 2019, 3:15 p.m.
I was writing a tool to analyze Windows Runtime winmd files, and the tool had to generate error messages when it discovered something that violated our team’s internal rules. It turns out that generating good error messages from code analysis tools is hard. The post Generating good error messages from code analysis tools is harder than it looks appeared first on The Old New Thing....