Using console group for better javascript debugging

September 21st, 2013 - Göttingen


Rebecca Murphey gave this talk at JSConfUS 2013 on Optimizing for Developer Delight and show how to use console.group to get a meaningful nested output of what’s going on on your application, this combined with different logging levels is way better that what we are currently doing of a myriad of console.logs which get really hard to scan.