Misplaced Pages

Code reviewing software

Article snapshot taken from[REDACTED] with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

Code reviewing software is computer software that helps humans find flaws in program source code and therefore assure the quality of the 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.

See also

References

  1. "What is a code review?". about.gitlab.com. Retrieved 2024-06-16.
  2. "When automated code reviews work — and when they don't". Qase Blog. 2023-09-26. Retrieved 2025-01-19.


Stub icon

This programming-tool-related article is a stub. You can help Misplaced Pages by expanding it.

Categories:
Code reviewing software Add topic