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

Use UpperCamelCase for type macros. #141

Closed
Anders429 opened this issue Nov 17, 2022 · 0 comments · Fixed by #147
Closed

Use UpperCamelCase for type macros. #141

Anders429 opened this issue Nov 17, 2022 · 0 comments · Fixed by #147
Labels
C - Code Quality Category: Addressing quality and cleanup of existing code. P - Low Priority: Not particularly urgent. V - Major Breaking Change Versioning: Requires a major bump according to semver.

Comments

@Anders429
Copy link
Owner

It's not actually a part of the Rust API Guidelines, but there is an issue for it that seems to have passed the final comment period. Macros like registry and views should be renamed to Registry and Views to reflect that they define types, rather than values.

@Anders429 Anders429 added C - Code Quality Category: Addressing quality and cleanup of existing code. P - Low Priority: Not particularly urgent. V - Major Breaking Change Versioning: Requires a major bump according to semver. labels Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C - Code Quality Category: Addressing quality and cleanup of existing code. P - Low Priority: Not particularly urgent. V - Major Breaking Change Versioning: Requires a major bump according to semver.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant