A temporal dependency occurs when developers change two or more files at the same time (i.e. they are a part of the same commit).
Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
---|---|---|---|---|
misc/manifest.xml main/logger.go |
2 | 105 (1%) | 6 (33%) | 2025-04-15 |
main/main.go misc/manifest.xml |
1 | 35 (2%) | 105 (<1%) | 2025-04-07 |
main/main.go main/logger.go |
1 | 35 (2%) | 6 (16%) | 2025-04-07 |