Jump to content

Code reviewing software

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jabraham mw (talk | contribs) at 15:13, 13 October 2010 (Identified duplicated content). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.