196k views
2 votes
Which of the following align with the lean principle of "build quality in"? (select 2 that apply)

A. The developers refactor the source code to be simpler and easier to modify.
B. The developers apply practices to avoid or quickly catch errors while making the software product.
C. Instead of focusing on refactoring every sprint, certain sprints are dedicated to focus on quality.
D. External inspectors determine whether the software product is high quality.

User Ezeke
by
7.6k points

1 Answer

4 votes

Final answer:

The two options that align with the lean principle of 'build quality in' are B and C.

Step-by-step explanation:

The two options that align with the lean principle of 'build quality in' are B and C.

The two options that align with the lean principle of "build quality in" are:

  1. B. The developers apply practices to avoid or quickly catch errors while making the software product. This aligns with the principle of building quality in by focusing on prevention and early detection of errors.
  2. C. Instead of focusing on refactoring every sprint, certain sprints are dedicated to focus on quality. This aligns with the principle of building quality in by ensuring that improvement and quality-focused activities are integrated into the development process.
User Prfarlow
by
8.3k points