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 |
---|---|---|---|---|
src/js/modules/choropleth.js src/js/modules/belt.js |
1 | 53 (1%) | 4 (25%) | 2025-05-04 |
src/render.js src/js/modules/choropleth.js |
1 | 2 (50%) | 53 (1%) | 2025-05-04 |
src/render.js src/js/modules/belt.js |
1 | 2 (50%) | 4 (25%) | 2025-05-04 |