程式碼review工具:Review Board
官網:https://www.reviewboard.org
Review Board is a tool for reviewing source code, documentation and other text-based files. It offers a powerful web-based interface with broad browser support for managing review requests and reviewing code, as well as command line tools to simplify the review request submission process.
Overview
Code review is the process of making pieces of source code available for other developers to review, with the intention of catching bugs and design errors before the code becomes part of the product.
Code review dramatically helps in the quality of products. By catching mistakes early, a lot of bad problems in a product can be avoided. Not all companies or developers take advantage of code review, but more and more are making it a part of their development culture and requirements.
Types of Code Review
There are two types of code review: pre-commit and post-commit.
Pre-commit review is a form of code review where code is reviewed before going into the codebase. In this method, a diff file is uploaded to Review Board, which reviewers can comment on, and once there’s approval the code is committed to the repository.
Post-commit review is where the code is reviewed after going into the codebase. The code is committed to the repository and, at some point later, the code is reviewed. Any fixes that need to be made are then committed again later.
The advantage of pre-commit review over post-commit review is that mistakes are caught before they become part of the product. The downside is that development may take longer.
Review Board supports pre-commit review in the web UI. To make use of post-commit review, you need to use the post-review tool.
相關文章
- Gerrit程式碼Review入門View
- Steven Code Review 程式碼線上審查工具[開源]View
- OpenStack提交程式碼的review流程View
- 漫畫:Code Review 程式碼審查View
- 程式碼審查(Code Review)清單View
- code ReviewView
- TopoSort ReviewView
- KR ReviewView
- Code Review 程式碼審查 不完全整理View
- 簡單實用的CODE REVIEW工具View
- WHY review code?View
- CF 979 ReviewView
- 使用 ESLint + Prettier 簡化程式碼 Review 過程EsLintView
- Git Gerrit Code ReviewGitView
- OpenStack Git review 使用GitView
- 關於code reviewView
- Java review--集合JavaView
- Java review--NIOJavaView
- Java review--IOJavaView
- Java review--反射JavaView反射
- sed command reviewView
- CF 977 ReviewView
- Edu Round 170 ReviewView
- college2reviewView
- 程式碼review,程式碼審查,用upsource 也太方便了吧View
- Spring review--動態代理和AOP程式碼的演化SpringView
- 關於Peer Review、程式碼評審和測試驅動View
- code review的意義View
- BUUCTF 基礎CODE REVIEWView
- 如何做好Code ReviewView
- Code Review最佳實踐View
- final review 報告View
- Code Review Engine LearningView
- Book Review 《構建之法》View
- 什麼是Code ReviewView
- hot100 reviewView
- BUU CODE REVIEW 1 1View
- 程式設計師必備的程式碼審查(Code Review)清單程式設計師View