I've started adding some --dump-syntax flags to difftastic to save me inserting random print statements when I debug.
I have no good intuition for when I should start adding debugging features. It's easy to do it too late in development.
miniblog.
Related Posts
Chekhov's repro: If a line of code is included in a bug report, it should contribute to the debugging somewhere.
Chekhov's repro: If a line of code is included in a bug report, it should contribute to the debugging somewhere.
I'm playing with DOT output for debugging syntax trees from difftastic. Here's an F# snippet, the Debug representation, and the DOT rendered as an image.
I'm pleased with the information density on the graphic, but we'll see how often I end up using it.





