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 |
---|---|---|---|---|
website/src/pages/index.js website/docusaurus.config.js |
1 | 15 (6%) | 37 (2%) | 2022-03-03 |
website/docusaurus.config.js netlify.toml |
1 | 37 (2%) | 15 (6%) | 2022-03-11 |
sync-api-docs/propFormatter.js sync-api-docs/generateMarkdown.js |
1 | 4 (25%) | 4 (25%) | 2022-03-23 |