Quiz 10 Question 9 of 20

Why is it a bad practice (and often ineffective) to branch on secret values using an if: condition like secrets.FEATURE_FLAG == 'true'?

Select an answer to reveal the explanation.

Motivation