You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/references/bib.bib
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -549,3 +549,26 @@ @article{hormann:1993
549
549
volume = {12},
550
550
year = {1993},
551
551
}
552
+
553
+
@article{riehle2012,
554
+
abstract = {The design of software development tools follows from what the developers of such tools believe is true about software development. A key aspect of such beliefs is the size of code contributions (commits) to a software project. In this paper, we show that what tool developers think is true about the size of code contributions is different by more than an order of magnitude from reality. We present this reality, called the commit size distribution, for a large sample of open source and selected closed source projects. We suggest that these new empirical insights will help improve software development tools by aligning underlying design assumptions closer with reality.},
555
+
author = {Dirk Riehle and Carsten Kolassa and Michel A. Salim},
556
+
issn = {1617-5468},
557
+
journal = {Software Engineering 2012, GI-Edition Lecture Notes in Informatics},
title = {{Developer Belief vs. Reality: The Case of the Commit Size Distribution}},
561
+
url = {http://arxiv.org/abs/1408.4644},
562
+
volume = {abs/1408.4644},
563
+
year = {2012},
564
+
}
565
+
566
+
@inproceedings{arafat2009,
567
+
abstract = {With the growing economic importance of open source, we need to improve our understanding of how open source software development processes work. The analysis of code contributions to open source projects is an important part of such research. In this paper we analyze the size of code contributions to more than 9,000 open source projects. We review the total distribution and distinguish three categories of code contributions using a size-based heuristic: single focused commits, aggregate team contributions, and repository refactorings. We find that both the overall distribution and the individual categories follow a power law. We also suggest that distinguishing these commit categories by size will benefit future analyses.},
568
+
author = {Oliver Arafat and Dirk Riehle},
569
+
booktitle = {Proceedings of the 42nd Hawaii International Conference on System Sciences},
0 commit comments