open-feature / codegen

Generate strongly typed flag accessors for OpenFeature
Apache License 2.0
5 stars 1 forks source link

Standardize flag manifest property name format #16

Open beeme1mr opened 1 week ago

beeme1mr commented 1 week ago

The multi-word properties in the flag manifest are using snake case, but we may want to consider using camel case. This would match what was used in flagd and follows the Google JSON style guide.

beeme1mr commented 1 week ago

@anghelflorinm what do you think about this?