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/server.ts src/Game.tsx |
2 | 2 (100%) | 5 (40%) | 2025-05-08 |
src/types.ts src/Game.tsx |
2 | 2 (100%) | 5 (40%) | 2025-05-08 |
src/server.ts src/types.ts |
1 | 2 (50%) | 2 (50%) | 2025-05-08 |
you_be_the_journalist/agent.py src/Game.tsx |
1 | 1 (100%) | 5 (20%) | 2025-05-08 |
you_be_the_journalist/agent.py you_be_the_journalist/__init__.py |
1 | 1 (100%) | 1 (100%) | 2025-05-08 |
src/main.tsx src/server.ts |
1 | 1 (100%) | 2 (50%) | 2025-05-08 |
you_be_the_journalist/__init__.py src/Game.tsx |
1 | 1 (100%) | 5 (20%) | 2025-05-08 |
you_be_the_journalist/__init__.py src/types.ts |
1 | 1 (100%) | 2 (50%) | 2025-05-08 |
you_be_the_journalist/agent.py src/types.ts |
1 | 1 (100%) | 2 (50%) | 2025-05-08 |
src/App.tsx src/Game.tsx |
1 | 2 (50%) | 5 (20%) | 2025-05-08 |
src/App.tsx src/server.ts |
1 | 2 (50%) | 2 (50%) | 2025-05-08 |
src/main.tsx src/App.tsx |
1 | 1 (100%) | 2 (50%) | 2025-05-08 |
src/main.tsx src/Game.tsx |
1 | 1 (100%) | 5 (20%) | 2025-05-08 |