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 |
---|---|---|---|---|
pkg/config/types.go pkg/config/config.go |
3 | 9 (33%) | 16 (18%) | 2025-04-15 |
pkg/topology/types.go internal/testutil/golden.go |
1 | 2 (50%) | 4 (25%) | 2025-04-08 |