Skip to content

Commit 4acb86f

Browse files
committed
Add reference for commit size distribution
1 parent a800a8f commit 4acb86f

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/references/bib.bib

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ @inproceedings{hattori:2008
618618
@manual{cocomo2,
619619
author = {Barry Boehm},
620620
edition = {1.4},
621+
keywords = {software, estimation, management, development},
621622
organization = {University of Southern California},
622623
title = {{COCOMO II Model Definition Manual}},
623624
url = {http://www.dmi.usherb.ca/~frappier/IFT721/COCOMOII.PDF}
@@ -641,3 +642,19 @@ @inproceedings{arafat:2009b
641642
url = {http://doi.acm.org/10.1145/1639950.1640047},
642643
year = {2009},
643644
}
645+
646+
@inbook{kolassa:2013,
647+
abstract = {A fundamental unit of work in programming is the code contribution (“commit”) that a developer makes to the code base of the project in work. We use statistical methods to derive a model of the probabilistic distribution of commit sizes in open source projects and we show that the model is applicable to different project sizes. We use both graphical as well as statistical methods to validate the goodness of fit of our model. By measuring and modeling a fundamental dimension of programming we help improve software development tools and our understanding of software development.},
648+
address = {Berlin, Heidelberg},
649+
author = {Carsten Kolassa and Dirk Riehle and Michel A. Salim},
650+
bookTitle = {SOFSEM 2013: Theory and Practice of Computer Science: 39th International Conference on Current Trends in Theory and Practice of Computer Science, \v{S}pindler\r{u}v Ml\'{y}n, Czech Republic, January 26-31, 2013. Proceedings},
651+
editor = {Peter van Emde Boas and Frans C. A. Groen and Giuseppe F. Italiano and Jerzy Nawrocki and Harald Sack},
652+
doi = {10.1007/978-3-642-35843-2_6},
653+
isbn = {978-3-642-35843-2},
654+
keywords = {software, development, git, commits, management, estimation},
655+
pages = {52--66},
656+
publisher = {Springer Berlin Heidelberg},
657+
title = {{A Model of the Commit Size Distribution of Open Source}},
658+
url = {http://dx.doi.org/10.1007/978-3-642-35843-2_6},
659+
year = {2013},
660+
}

0 commit comments

Comments
 (0)