The next generations of reviews is integrated and need integrated DevOps
Generations of code reviews (enabling technology in brackets):
- Part of the codebase
- Post deploy enabled by version control
- Pre deploy enabled by Git
- 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