should top level vals be ALL_CAPS_CASE?
# getting-started
u
should top level vals be ALL_CAPS_CASE?
Copy code
Names of constants (properties marked with const, or top-level or object val properties with no custom get function that hold deeply immutable data) should use uppercase underscore-separated names:
u
thought so, thank you
c
I saw someone call that SCREAMING_SNAKE_CASE. 🤣
😆 4
s
that’s what the rust docs refer to it as
frankly I’m here for it
m
just for fun I’d like to add that I came to know this other convention as kebab-case 😁
c
kebab-case or train-truck-case and snake_case