79 lines
2.5 KiB
TeX
Executable File
79 lines
2.5 KiB
TeX
Executable File
|
||
\section{Introduction}
|
||
\label{sec:intro}
|
||
hhh~\cite{Yu:2015}
|
||
|
||
% 行文 参考 Investigating Code Review Quality: Do People and Participation Matter?
|
||
|
||
|
||
|
||
% 段
|
||
% code review.
|
||
% 简介
|
||
Code review is an important software quality assurance
|
||
which prevents defects in the early edge of software development;
|
||
it can reduce the bug-proneness of changed code before it is deployed
|
||
into the production environment [].
|
||
% 历程
|
||
Since F... proposed the idea of formal code inspection,
|
||
code review has been applied for *** years.
|
||
% traditional的缺点
|
||
In recent years, a more lightweight modern code review has emerged
|
||
due to the evolution of [zhouminghui那个].
|
||
|
||
|
||
% 段 pull-request的 code review in github
|
||
In GitHub the MCR process has integrated with the pull-request development mechanism.
|
||
% 介绍 pr的机制 以及其提交后如何引起code review
|
||
% mcr in github具有社交化的性质
|
||
MCR in GitHwith
|
||
a MCR process with more social features.
|
||
|
||
|
||
% 段
|
||
% 引入reviewer的选择,
|
||
% 有相关研究了自动的 reviwer的推荐
|
||
% 但是人工的审阅者问询的效果还没有好好研究,包括其feedbak和effect。
|
||
|
||
% 段
|
||
% 介绍我们的研究内容
|
||
|
||
%段
|
||
% 介绍我的贡献
|
||
|
||
% 章节介绍
|
||
|
||
% 对每一个项目中的每一个pr,
|
||
% 找出 1) desc中的cc
|
||
% 2) comment中的cc
|
||
|
||
% RQ0:
|
||
% 首先统计 cc的人在role上的分布,被cc的人在角色上的分布
|
||
|
||
|
||
% RQ1: 执行cc的人 按其角色,经验等 看 被cc的是否响应了,以及过了多长时间响应,都接受了哪些评论
|
||
RQ1: What is the feedback of CC?
|
||
% 两个指标 rate 和 delay
|
||
% 首先分析
|
||
% 先统计分析 feedback在cc的role和position上是否有区分?
|
||
|
||
% 然后分析,cc的 和 被cc的 收到feedback 和 没收到 feedbakc的 群体间的差异
|
||
|
||
% 被cc的人其workload等因素是如何影响的
|
||
% 比如 word load重的人不易回复,这个的指导意义:提供每一个审阅者的workload状态,以方便别人cc。
|
||
% 被CC的人角色,经验(贡献,审阅),对该pr中某一个文件的修改次数,对该pr中某一文件的审阅次数等。
|
||
|
||
|
||
% RQ2: cc是如何影响pr的审阅质量的
|
||
RQ2: What is the effect of CC?
|
||
% 在pr——desc中包含cc是否能提高 第一次review响应率,参与人数,评论数等
|
||
%
|
||
% Investigating Code Review Quality: Do People and Participation Matter?
|
||
% RQ3 的回答中涉及到了CC
|
||
|
||
|
||
% A Qualitative Study of Mozilla’s Process Management Practices
|
||
% 一些人的访谈中提到了CC
|
||
|
||
|