Clean-Code icon indicating copy to clipboard operation
Clean-Code copied to clipboard

Variable Type.

Open sukalaper opened this issue 3 years ago • 0 comments

Hi. I'm new to C++ programming, I want to ask a lot of things but maybe this is the most important one. is it ok to use CamelCase in C++? are there any applicable standards? because I think it's easier to read and looks neater than using snake_case.

ex:

int ResVariable;
int res_variable;

sukalaper avatar Aug 26 '22 18:08 sukalaper