You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently rules for fields etc enforce starting with a small letter. This feels unnatural for abbreviations, e.g. we had a fan enum value ECGTrace but that gives
the symbol name 'ECGTrace' must be camelCased matching the format ^[a-z][a-zA-Z0-9]{0,63}$
forcing us to use ecgTrace. Not a major thing, but does feel strange.
The text was updated successfully, but these errors were encountered:
Currently rules for fields etc enforce starting with a small letter. This feels unnatural for abbreviations, e.g. we had a fan
enum
valueECGTrace
but that givesforcing us to use
ecgTrace
. Not a major thing, but does feel strange.The text was updated successfully, but these errors were encountered: