Skip to content

Enum naming convention in the source code #433

Answered by OverloadedOrama
kleonc asked this question in Q&A
Discussion options

You must be logged in to vote

I recommend following the official GDScript style guidelines, so for enums, the name of the enum should be in PascalCase and the names of its members should be in CONSTANT_CASE.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kleonc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants