Open
Description
#135 (comment) suggests a nice one:
I've been using
PascalCase!
for macros that expand into types. (e.g.Array![i32; 5; 4; 3]
which expands into[[[i32; 3]; 4]; 5]
)
I did not consider type macros when adding a case convention for macros in C-CASE. I have also never used a type macro myself. Will need to survey the ecosystem and see whether PascalCase!
for type macros would be a good recommendation.
Metadata
Metadata
Assignees
Labels
Relevant to the libraries subteam, which will review and decide on the PR/issue.Amendments to existing guidelinesThis issue / PR is in PFCP or FCP with a disposition to merge it.The final comment period is finished for this PR / Issue.This change is insta-stable, so needs a completed FCP to proceed.