Problem: People forget to remove feature flags
Problem: People forget to remove feature flags.
Solution: Create "exploding" feature flags.
Two techniques:
1. Don't allow flags that target 100% of traffic, so they must be removed to enable traffic for all.
2. Write a test that fails if the flag still exists after x date.