asked 148k views
2 votes
What is the technique where two team members work simultaneously on the same work item?

A) Pair Programming
B) Concurrent Development
C) Solo Tasking
D) Scrum of Scrums

1 Answer

4 votes

Final answer:

Pair Programming is the technique where two team members work simultaneously on the same work item in Agile Software Development. It involves a driver and a navigator who switch roles regularly to enhance collaboration and code quality. Option A

Step-by-step explanation:

The technique where two team members work simultaneously on the same work item is called Pair Programming. In Pair Programming, one team member is the driver, who writes the code, and the other is the navigator, who reviews the code and thinks strategically. They switch roles frequently, enhancing collaboration and code quality.

Pair Programming is commonly used in Agile Software Development methodologies, such as Scrum and Extreme Programming (XP). It can help improve code quality, knowledge sharing, and problem-solving. It also helps catch errors and improve communication within the team. Option A

answered
User Daniel Grillo
by
8.6k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.