Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

abbreviations and camelCase #186

Open
KrisThielemans opened this issue Oct 26, 2024 · 1 comment
Open

abbreviations and camelCase #186

KrisThielemans opened this issue Oct 26, 2024 · 1 comment

Comments

@KrisThielemans
Copy link

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.

@KrisThielemans
Copy link
Author

related it #93 (comment). Personally, I find that this style guide should be optional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant