Michael Stumm: Publications

Paper Details

Reference:

Chuck Rossi, Elisa Shibley, Shi Su, Kent Beck, Tony Savor, and Michael Stumm,
"Continuous deployment of mobile software at Facebook",
In Proceedings of the 2016 24th ACM SIGSOFT International Symposium on Foundations of Software Engineering (FSE'16), Seattle, WA, USA, November, 2016, pp. 12–23.

Download:

PDF

Abstract:

Continuous deployment is the practice of releasing software updates to production as soon as it is ready, which is receiving increased adoption in industry. The frequency of updates of mobile software has traditionally lagged the state of practice for cloud-based services for a number of reasons. Mobile versions can only be released periodically. Users can choose when and if to upgrade, which means that several different releases coexist in production. There are hundreds of Android hardware variants, which increases the risk of having errors in the software being deployed.

Facebook has made significant progress in increasing the frequency of its mobile deployments. Over a period of 4 years, the Android release has gone from a deployment every 8 weeks to a deployment every week. In this paper, we describe in detail the mobile deployment process at FB. We present our findings from an extensive analysis of software engineering metrics based on data collected over a period of 7 years. A key finding is that the frequency of deployment does not directly affect developer productivity or software quality. We argue that this finding is due to the fact that increasing the frequency of continuous deployment forces improved release and deployment automation, which in turn reduces developer workload. Additionally, the data we present shows that dog-fooding and obtaining feedback from alpha and beta customers is critical to maintaining release quality

Keywords:

Mobile code testing, Continuous delivery, Continuous Deployment, Agile Development, Software release, Software engineering

Reference Info:

DOI: 10.1145/2950290.2994157
ISBN: 9781450342186
OCLC: 8877124574

BibTeX:

@inproceedings(Rossi-FSE-16,
    author = {Chuck Rossi and Elisa Shibley and Shi Su and Kent Beck and Tony Savor and Michael Stumm},
    title = {Continuous deployment of mobile software at {F}acebook},
    booktitle = {Proceedings of the 2016 24th ACM SIGSOFT International Symposium on Foundations of Software Engineering (\textbf{FSE'16})},
    location = {Seattle, WA, USA},
    month = {November},
    year = {2016},
    pages = {12-23},
    doi = {10.1145/2950290.2994157},
    isbn = {9781450342186},
    keywords = {Mobile code testing, Continuous delivery, Continuous Deployment, Agile Development, Software release, Software engineering}
)