Manthan Trivedi

Manthan Trivedi

Product Developer
8 points
Bito
Bito is a real time saver and a tool which has become very important for my day to day coding. This is because of the fact that Bito's code review agent is very much on point. I remember once when I was about to merge a PR for one of our feature release, it pointed out a bug which no one had caught and it would have resulted in the entire service shutdown if it would have made it to production that day. Many a times happens is that we don't test error related scenarios too frequently and thats where exactly the bug was there. It was a Golang program where in one of the error scenarios we had to simply log the error and return with output, so we used log.Fatal() to do this, turns out this was a huge mistake. Log.Fatal does log the error but also shuts down the service/program which we dint want ofcourse. Thanks to Bito it pointed it out correctly and saved the day. So yeah after that incidence I rely a lot on Bito for everyday reviews.

What's great

catches critical bugs (3)AI code reviews (7)
4 views