Intermediate Web & Software Development
Q69 / 100

What is the strangler-fig-friendly practice of feature toggling combined with trunk-based development primarily meant to achieve?

Correct! Well done.

Incorrect.

The correct answer is A) Allowing developers to merge incomplete work into the main branch frequently while keeping unfinished features hidden from users until they are ready, reducing long-lived branches and merge conflicts

A

Correct Answer

Allowing developers to merge incomplete work into the main branch frequently while keeping unfinished features hidden from users until they are ready, reducing long-lived branches and merge conflicts

Explanation

Trunk-based development keeps everyone merging small changes into a shared main branch frequently. Feature flags let half-finished work ship to production hidden behind a toggle, avoiding the integration pain of long-lived feature branches.

Progress
69/100