Code reviewing software
From HandWiki
Revision as of 07:19, 5 August 2021 by imported>PolicyEnforcerIA (attribution)
Code reviewing software is computer software that helps humans find flaws in program source code. It can be divided into two categories:
- Automated code review software checks source code against a predefined set of rules and produces reports.
- Different types of browsers visualise software structure and help humans better understand its structure. Such systems are geared more to analysis because they typically do not contain a predefined set of rules to check software against.
- Manual code review tools allow people to collaboratively inspect and discuss changes, storing the history of the process for future reference.
This article does not cite any external source. HandWiki requires at least one external source. See citing external sources. (2021) (Learn how and when to remove this template message) |
Original source: https://en.wikipedia.org/wiki/Code reviewing software.
Read more |