Feature flag definition software dev
Question
What does the term "feature flag" refer to in software development?
Answer
A feature flag is a software development technique that allows teams to enable or disable features in an application without deploying new code, facilitating testing and gradual rollouts.