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 |
---|---|---|---|---|
RIBsTests/MultiStageComponentizedBuilderTests.swift Package.swift |
2 | 3 (66%) | 7 (28%) | 2025-04-30 |
Example/RIBs/ViewController.swift Example/RIBs/AppDelegate.swift |
2 | 2 (100%) | 2 (100%) | 2025-05-01 |
RIBsTests/ComponentizedBuilderTests.swift Package.swift |
2 | 3 (66%) | 7 (28%) | 2025-04-30 |
RIBsTests/MultiStageComponentizedBuilderTests.swift RIBsTests/ComponentizedBuilderTests.swift |
2 | 3 (66%) | 3 (66%) | 2025-04-30 |