Taro Logo
740
6 Likes

This Is The Easiest Way To Get Better At Debugging

Before you go into any bug, it's important to write down all the relevant details into a task or ticket. Here's why:

  • It makes it easier to get your bearings and start looking into the right places for debugging
  • If you need to pass the bug to someone else, the knowledge transfer is much smoother as you have this artifact
  • The written context will be very valuable for retrospectives

Here's the information you should put down:

  • Steps to reproduce the issue
  • The blast radius
  • Relevant code pointers
  • Priority of the bug

This video is a clip from our debugging masterclass. You can watch it here: [Masterclass] How To Become A Debugging Master And Fix Issues Faster

Related resources: