Jump to content

Code reviewing software

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Elonka (talk | contribs) at 23:29, 17 September 2006 (tagging as uncategorized using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Template:Wikify-date

Code review software helps humans find flaws in program source code. In can be divided into two categories:

  • Automated code review software checks source code against predefined set of rules and produces reports.
  • Different types of browsers visualise software structure and help humans better understand its structure. Such systems gear more to analysis because they typically do not contain a predefined set of rules to check software against.