Clean-Code
Clean-Code copied to clipboard
Variable Type.
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;