The next generations of reviews is integrated and need integrated DevOps

Generations of code reviews (enabling technology in brackets):

  1. Part of the codebase
  2. Post deploy enabled by version control
  3. Pre deploy enabled by Git
  4. Integrated Review enabled by Integrated DevOps

Integrated review means you no longer review code based on the code alone, you also review:

  • Test (CI)
  • Quality (code quality)
  • App (Review apps)
  • During deploy (canary)
  • Impact (metrics)
Edited by Sid Sijbrandij