1 / 5
Fill in: 'We ___ the dependency graph to find circular imports.'
-
-
-
-
We 'inspect the graph' — the standard collocation for examining its structure. The other options aren't idiomatic here.
2 / 5
Fill in: 'Tooling helps us ___ modules that no longer have any dependents.'
-
-
-
-
We 'identify modules' — the standard collocation for finding specific items. The other options are less idiomatic here.
3 / 5
Fill in: 'A tangled dependency graph can ___ build times significantly.'
-
-
-
-
We 'inflate build times' — the standard collocation for something causing them to grow unnecessarily. The other options aren't idiomatic here.
4 / 5
Fill in: 'We ___ shared modules into a common package to reduce duplication.'
-
-
-
-
We 'extract' shared modules — the standard collocation for refactoring code into a package. The other options are less idiomatic here.
5 / 5
Fill in: 'We ___ the dependency graph after every major refactor.'
-
-
-
-
We 'visualise the graph' — the standard collocation for rendering it for inspection. The other options aren't idiomatic here.