Learn how to find and fix bugs like a pro with these ten effective debugging strategies. (6 min)
Love the tips, Petar, thanks!
As for your tip 1) I always encourage people to write a test after they reproduce the issue, so it's:
* reproducible faster
* documented
* can be shared/tested by others
* it'll keep tested during builds so you make sure you never break it again (in the same way at least)
Love the tips, Petar, thanks!
As for your tip 1) I always encourage people to write a test after they reproduce the issue, so it's:
* reproducible faster
* documented
* can be shared/tested by others
* it'll keep tested during builds so you make sure you never break it again (in the same way at least)