What should we use for naming functions/variables/etc.? #2488
Panquesito7
started this conversation in
Polls
Replies: 1 comment
-
What about template parameters and macros? I would stick to what is suggested in Cpp best practices. My personal preference leans towards the convention used in the standard library and BOOST (i.e. the second style from the link above). Have a look at C++ Core Guidelines. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I didn't notice early (thanks to @realstealthninja for spotting this), but we don't have a rule/convention of what should we use for variables and functions: PascalCase, camelCase, or snake_case.
What do you think we should use? Feel free to vote in the poll below. 🙂
3 votes ·
Beta Was this translation helpful? Give feedback.
All reactions