Yi-Hung Chou
03/15/2025, 8:22 PMconsole.log!
Recently, I analyzed a dataset of accidentally pushed console.log statements on GitHub (e.g., console.log("here"), console.log("is this code running")) [paper here] . We hope this dataset and our methods can provide valuable insights for language designers, programming tool developers, and library maintainers—like you—on the challenges developers face in understanding run-time behavior. If you’re attending MSR or ICSE this year in Ottawa, come say hi and check out my talk!
I’m also working on a tool to help developers better organize and make sense of interleaving log outputs from asynchronous and parallel programs. I will definitely share more about it soon in the share-your-work channel.
Shoutout to all the amazing work shared here—I’m excited to read your ideas and get inspired!Federico Pereiro
03/16/2025, 7:34 PMRecently, I analyzed a dataset of accidentally pushedThis idea is brilliant. Looking forward to the paper!statements on GitHub (e.g.,console.log,console.log("here"))console.log("is this code running")