Gaurav AgrawalCoder, Thinker, Curious observer
Are there any good products to streamline the code review process and help to increase code quality?
Product which help to increase code quality .
4 recommended
- Mike CoutermarshEngineer @ PlanetScale · WrittenDefinitely give Code Climate. Automatically gives new code a grade & identifies code smells/security issues. Takes care of a lot of things manual reviewers would have to check for. Letting a robot do it is much easier.
- I recommend using a Linter to clean up your style and analyze your code. If you're looking to improve the code of every pull request / merge request then checkout PullRequest. We provide on-demand code review from experts disclaimer: I'm on the team building PullRequest :)
- 1DeepScanKangho KimProduct Manager at DeepScan · WrittenKangho Kim made this productIf you use JavaScript seriously, take a look at DeepScan. It provides specialized static analysis for JavaScript code and integration with GitHub (automatically checking the code pushed or pull requested to the repository). To be honest, I'm the maker of it :)
- Shamit KhemkaM.D. - SynapseIndia · WrittenIt's a comprehensive code review tool, built for teams working on projects where code quality is crucial.