Closed evacchi closed 2 months ago
it looks like snake_case identifiers are just made public by upper-casing their first letter, but no other transformations are applied. Is this intended, or shall we also convert snake_case to CamelCase?
snake_case
CamelCase
huh, just realized that maybe we are assuming the default is camelCase ? :P EDIT: indeed https://docs.xtp.dylibso.com/docs/concepts/xtp-schema
camelCase
maybe worth adding a lint warning in case of snake_case
it looks like
snake_case
identifiers are just made public by upper-casing their first letter, but no other transformations are applied. Is this intended, or shall we also convertsnake_case
toCamelCase
?