必威体育Betway必威体育官网
当前位置:首页 > IT技术

代码review工具:Review Board

时间:2019-09-26 15:41:05来源:IT技术作者:seo实验室小编阅读:83次「手机版」
 

reviewboard

官网: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.

相关阅读

win32 BitBlt 函数 代码测试

针对 《windows程序设计》第5版 第14章 win7 64位,创建一个MFC 对话框 程序, 在界面添加一个 按钮和 一个 spin control 控件 效果

基于eXosip的SIP客户端代码

https://blog.csdn.net/wcl0617/article/details/48175269

网站整站下载工具—HTTrack Website Copier

HTTrack是一个免费和易用的离线浏览工具(浏览器),它可以允许你下载整个WWW网站至本地目录,并且通过遍历网站目录获取HTML,图片和其他

ROM制作工具详细使用教程,小白简单上手

ROM制作工具使用介绍一、准备ROM包说明:本工具支持ROM卡刷包和线刷包,支持常规,dat和img格式的刷机包如果找不到ROM,也可以 选择线上

反病毒工具-C32ASM

C32ASM 简介 国产静态反汇编利器.十六进制高端编辑器.提供方便的跳转以及彩色汇编语法.提供逐字节分析,进程Dump功能etc..其本

分享到:

栏目导航

推荐阅读

热门阅读