Dave Binkley
Oct 01, 2019
Rebasing considered harmful?
Alexander
Oct 01, 2019
Should we expect "Rebasing considered harmful considered harmful" to presented at SCAM 202x? :)
Jim C
Oct 01, 2019
So the conclusions of all previous empirical studies of code review are definitely suspect?
Tim Storer (UofGlasgow)
Oct 01, 2019
Rebasing/code reviews: are there any studies that suggest reviewers do indeed find rebasing fatiguing?
Tim Storer (UofGlasgow)
Oct 01, 2019
Rebasing/review contentious statement: perhaps the title of the paper should be considered harmful generally?
Tim Storer (UofGlasgow)
Oct 01, 2019
auto-generation of data sets. Nice idea - declarative description of a dataset. How do you ensure experiment is repeatable given the source data change?
Seongmin Lee
Oct 01, 2019
Rebasing/code review:Why tampering often happens? Is it because of a lack of conversation between team members? Or, is it because a certain class is too big?
Jim C
Oct 01, 2019
A refactored name may not mean that the original name was "bad"; it may simply mean that another name may be more appropriate/precise/understandable/consistent.
Anonymous
Oct 01, 2019
how do you label the experience of the developer? Only the # of commits in a repository?
Mark Hills
Oct 01, 2019
For code style, any thoughts on support for non-regular properties (e.g., placement of matched brackets?)
Tim Storer (UofGlasgow)
Oct 01, 2019
No accounting for taste: I may have missed something here, but how does style translation work when I'm dealing with merge conflicts?
Masud
Oct 01, 2019
Regular expression makes syntactic changes. Is there any attempt of semantic analysis to ensure that changing styles does not affect the code semantics.