My favorite Code Climate feature is the test coverage reporting. Open source tools can easily provide total coverage metrics but the "diff-coverage" feature of Code Climate is really helpful to see what percentage of new code being added is not tested. The...
In practice, the scans don't really work out as well as you would hope. Nine times out of ten, the "violations" that it finds are either wrong or flawed in some way.
Our development process is helped alot by SonarQube as it will detect some bugs such as running out of memory, or simple error that we might not see at the first time. Our team is happy to use the product.
My experience as a SonarSource customer shows that they manifest little interest in small customers. In addition, their quality policy is poor when it comes to fixing major bugs in their code. For instance, this ticket has now been open for 1 year without...
My favorite Code Climate feature is the test coverage reporting. Open source tools can easily provide total coverage metrics but the "diff-coverage" feature of Code Climate is really helpful to see what percentage of new code being added is not tested. The...
Our development process is helped alot by SonarQube as it will detect some bugs such as running out of memory, or simple error that we might not see at the first time. Our team is happy to use the product.
In practice, the scans don't really work out as well as you would hope. Nine times out of ten, the "violations" that it finds are either wrong or flawed in some way.
My experience as a SonarSource customer shows that they manifest little interest in small customers. In addition, their quality policy is poor when it comes to fixing major bugs in their code. For instance, this ticket has now been open for 1 year without...