1 / 5
Fill in: 'We ___ builds so only affected packages are rebuilt on each change.'
-
-
-
-
We 'cache builds' — the standard monorepo collocation for reusing prior results. The other options aren't idiomatic here.
2 / 5
Fill in: 'The tool will ___ which packages are affected by a given change.'
-
-
-
-
We 'detect' affected packages — the standard collocation for automatically identifying impact. The other options are less idiomatic here.
3 / 5
Fill in: 'We ___ ownership rules so each team reviews its own packages.'
-
-
-
-
We 'enforce rules' — the standard governance collocation. The other options aren't idiomatic here.
4 / 5
Fill in: 'We ___ package versions so all apps use a consistent dependency set.'
-
-
-
-
We 'pin versions' — the standard collocation for locking dependencies to exact numbers. The other options are less idiomatic here.
5 / 5
Fill in: 'A large monorepo can ___ CI runners if builds aren't parallelised.'
-
-
-
-
We 'strain' CI runners — the standard collocation for something putting pressure on resources. The other options aren't idiomatic here.