-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.Rmd
36 lines (21 loc) · 3.49 KB
/
readme.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
bibliography: ./inst/REFERENCES.bib
urlcolor: blue
output:
md_document:
toc: no
df_print: kable
variant: gfm
---
# Detecting the Fire Drill Anti-pattern Using Source Code and Issue-Tracking Data [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6884866.svg)](https://doi.org/10.5281/zenodo.6884866)
In this repository, we develop methods that can model and detect the presence of so-called anti-patterns (AP). In this repository, you will find:
* [__Models__ (R)](./models) - Multivariate models (arbitrary many) that can encapsulate the definition of an anti-pattern, using arbitrary user-defined intervals and losses. The models can then be fit to the data (or vice versa). Also, there is lots of functionality for __quantifying differences__, esp. for __scoring__.
* [__Notebooks__ (R)](./notebooks) - Notebooks that can be (re-)run by users to reproduce our results. All results are included, such that the notebooks will only recompute them if you delete them. The notebooks are very detailed and document all steps necessary. See [@honel2021technical] for a pre-rendered PDF.
* [__Data__ (CSV)](./data) and (precomputed) [__Results__ (RDS)](./results) - All data required for reproduction is included. All the results, too. Some of them take days to compute, so be aware. Also see [@honel_picha_2021].
There is a pilot study that makes extensive use of the data and models [@picha2022Firedrill].
The eight version of the repository, dataset, and technical report serve then as the basis for a proper, subsequent embedded case study [@honel2023embedded].
This repository has a release on Zenodo [@gitHub_repo_latest]. From version seven and onwards, each technical reports compilation will be paired with a separate release of this repository on Zenodo.
# Abstract
Detecting the presence of project management anti-patterns (AP) currently requires experts on the matter and is an expensive endeavor. Worse, experts may introduce their individual subjectivity or bias. Using the Fire Drill AP, we first introduce a novel way to translate descriptions into detectable AP that are comprised of arbitrary metrics and events such as logged time or maintenance activities, which are mined from the underlying source code or issue-tracking data, thus making the description objective as it becomes data-based. Secondly, we demonstrate a novel method to quantify and score the deviations of real-world projects to data-based AP descriptions. Using fifteen real-world projects that exhibit a Fire Drill to some degree, we show how to further enhance the translated AP. The ground truth in these projects was extracted from two individual experts and consensus was found between them. We introduce a novel method called automatic calibration, that optimizes a pattern such that only necessary and important scores remain that suffice to confidently detect the degree to which the AP is present. Without automatic calibration, the proposed patterns show only weak potential for detecting the presence. Enriching the AP with data from real-world projects significantly improves the potential. We also introduce a no-pattern approach that exploits the ground truth for establishing a new, quantitative understanding of the phenomenon, as well as for finding gray-/black-box predictive models. We conclude that the presence detection and severity assessment of the Fire Drill anti-pattern, as well as some of its related and similar patterns, is certainly possible using some of the presented approaches.
# References {-}
<div id="refs"></div>