|
|
|
|
|
by literallyroy
1044 days ago
|
|
Yes, feature flags are often able to be applied globally, or per customer. However, feature flags add complexity (littering your business logic with feature flag checks), so many small non-feature changes wouldn’t use them. |
|