After over a year of coding “blind” with a team of Pointers (at peak times we were developing with 6 Pointers simultaneously) we decided to perform a SonarQube checkup.
SonarQube is a static code analysis tool, which ensures continuous code quality.

As you can see, with 21k lines of code, we noticed 20 bugs and 2 vulnerabilities.
Not bad.
So after half a days work we managed to clean out the code and now we have 0 zero bugs and 0 vulnerabilities.

Making sure quality prevails at all stages of development has always been a motivating factor for our seniors and juniors. Doing regular checkups like these ensure that we’re on the right track.