I was wondering if there is a policy on feature flags with regards to the following things:
- Where can people find these flags? (so more people can test them)
- Where is the function explained? (What does changing this switch intend to do)
- What is the plan/timeline for a feature flag? (How are we preventing the collective 'forgetting' of a feature flag, resulting in it existing for years)
I want to know these things because I would be willing to run some experimental flags as a beta tester.
But I'm missing some context on what things might break and what should change.
The current feature flags I could find were:
restore_build_isolation, which is related to builddependency pollution.
drop_test_deps, which is related to test ordering.
I was wondering if there is a policy on feature flags with regards to the following things:
I want to know these things because I would be willing to run some experimental flags as a beta tester.
But I'm missing some context on what things might break and what should change.
The current feature flags I could find were:
restore_build_isolation, which is related to builddependency pollution.drop_test_deps, which is related to test ordering.