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/components/Publications/index.tsx src/components/Footer/index.tsx |
1 | 5 (20%) | 8 (12%) | 2025-04-09 |
src/components/Header/menuData.tsx src/components/Footer/index.tsx |
1 | 5 (20%) | 8 (12%) | 2025-04-09 |
src/components/Publications/index.tsx src/components/Header/menuData.tsx |
1 | 5 (20%) | 5 (20%) | 2025-04-09 |