Computer Science, asked by shubhammali78, 6 months ago

Which of the following is NOT a practice of Extreme Programming?

a) Test-Driven Development
b) Small Releases
c) Shared Code and Responsibility
d) Empower Customers​

Answers

Answered by hemanttak2001
7

Answer:

IThey are Continuous Integration, Test-First (including Test-Driven Development and Behavior-Driven Development), Refactoring, pair work, and collective ownership. Some teams use other XP practices, such as a pair programming, and system metaphors [3].

Explanation:

option A

Answered by qwcricket10
0

Option (c) Shared Code and Responsibility is not a practice of extreme programming.

  • To develop good quality software a software framework is used, that framework is extreme programming.
  • Simplicity, Communication, feedback, courage, and respect are the five main values that extreme programming provides.
  • The problem solving using extreme programming is based on the decision among the team so it saves time and cost.
  • In extreme programming it does not provide practice of shared code and responsibility.
Similar questions