71.2k views
3 votes
What are two anti-patterns for the IP iteration (Choose two)?

1 Answer

5 votes

Final answer:

Two anti-patterns for the IP iteration in software development are Big Design Up Front (BDUF) and Gold Plating.

Step-by-step explanation:

Two anti-patterns for the IP iteration in software development are:

  1. Big Design Up Front (BDUF): This anti-pattern involves trying to foresee and plan for all possible requirements and design aspects of a project before any development begins. This can lead to delays, as well as a lack of flexibility and adaptability to changing requirements.
  2. Gold Plating: This anti-pattern refers to adding unnecessary features or functionality to a project beyond what is actually required. This can lead to resource wastage and increased complexity without adding significant value.
User Manan Vaghasiya
by
7.6k points