Standard naming scheme for feature flags to increase clarity #27058
Labels
@aws-cdk/core
Related to core CDK functionality
feature-request
A feature should be added or improved.
needs-design
This feature request needs additional design work.
needs-discussion
This issue/PR requires more discussion with community.
p3
Discussed in #12576
Originally posted by efenderbosch January 18, 2021
It is easy to understand what the
aws-cdk:enableDiffNoFail
feature flag does.However, feature flag names like
aws-cdk/secretsmanager:parseOwnedSecretName
are unclear. I don't know by reading the flag name if if enabling the flag will include or exclude the suffix. A better name for this flag might beaws-cdk/secretsmanager:excludeSecretNameSuffix
.The text was updated successfully, but these errors were encountered: