DEV Community

Discussion on: What's the longest you've ever spent debugging a single bug?

Collapse
 
itz_giddy profile image
Audiophile

Three weeks. This was when I first started out in web development. I fixed a bug that prevented the project from building in heroku but I kept pushing to the wrong git branch(I used git push instead of git push origin master). So when I pushed again to heroku it would fail over and over again. I have never made that mistake again.