Startup Resources: Code Review Tools

How and why to setup a code review process at your startup, including design reviews, pre-commit reviews, and static analysis. See the "Practices of Clean Code" chapter in Part II, Technologies for more info.

  1. Code Review Checklist
  2. Pre-commit Code Review
  3. Pair Programming
  4. Static Analysis

These startup resources are based on the book Hello, Startup: A Programmer's Guide to Building Products, Technologies, and Teams by Yevgeniy Brikman. These resources are a work in a progress. They are also open source, so you can add your contributions by submitting a pull request to the Hello, Startup GitHub Repository. To see how these resources fit into the bigger picture, check out the The Startup Checklist, which is a comprehensive collection of everything you need to do to launch a startup.

Static Analysis

No screenshot available

No screenshot available

No screenshot available

Coverity

http://www.coverity.com/

Software Testing and Static Analysis Tools


Code Climate

https://codeclimate.com/

Automated code review for Ruby, JS, and PHP.


Codacy

https://www.codacy.com/

Continuous Static Analysis designed to complement your unit tests