203k views
1 vote
Which statement is true about pair work in the Scaled Agile Framework?

1) It comes from pair programming in Extreme Programming (XP)
2) It is a best practice that team members should spend 50
3) It occurs during Iteration Planning
4) It is for developers only

User Cherice
by
7.7k points

1 Answer

4 votes

Pair work in the Scaled Agile Framework comes from pair programming in Extreme Programming (XP) and is a collaborative practice aimed at improving code quality and knowledge sharing, not limited to developers only.

The statement that is true about pair work in the Scaled Agile Framework is: 1) It comes from pair programming in Extreme Programming (XP). Pair work, and more specifically, pair programming is a practice that involves two programmers working together at one workstation. One, the driver, writes code while the other, the observer or navigator, reviews each line of code as it is typed in. The two programmers switch roles frequently.

While pair programming originated in the context of software development, its principles are broadly applicable across various roles in a Scaled Agile Framework environment, and it is not limited to Iteration Planning or developers only. Pair work aims to improve code quality and facilitate knowledge sharing across team members.

it's important to note that pair work can take place at various times during an Agile project, and it is encouraged as a collaborative method not just among developers, but also between different roles within the SAFe environment to bring diverse perspectives and enhance solutions.

User Kark
by
7.8k points