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 |
---|---|---|---|---|
lib/helper.js lib/generator.js |
2 | 12 (16%) | 28 (7%) | 2025-05-13 |
lib/builtin.js lib/helper.js |
1 | 7 (14%) | 12 (8%) | 2025-04-24 |
lib/builtin.js lib/generator.js |
1 | 7 (14%) | 28 (3%) | 2025-04-24 |