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/data/event.js src/data/docsInfo.js |
1 | 12 (8%) | 14 (7%) | 2025-05-04 |
src/data/newsInfo.js src/data/event.js |
1 | 23 (4%) | 12 (8%) | 2025-05-04 |
src/data/newsInfo.js src/components/DownloadCompoent.tsx |
1 | 23 (4%) | 11 (9%) | 2025-05-04 |
src/data/docsInfo.js src/components/DownloadCompoent.tsx |
1 | 14 (7%) | 11 (9%) | 2025-05-04 |
src/data/event.js src/components/DownloadCompoent.tsx |
1 | 12 (8%) | 11 (9%) | 2025-05-04 |
src/data/newsInfo.js src/data/docsInfo.js |
1 | 23 (4%) | 14 (7%) | 2025-05-04 |