gpupixel icon indicating copy to clipboard operation
gpupixel copied to clipboard

[Feature Request] I'm very sorry, but I still want to ask, why are method names of cc not in camelCase?

Open zjn-116373914 opened this issue 7 months ago • 2 comments
trafficstars

Is your feature request related to a problem? Please describe. why are method names of cc not in camelCase?

Describe the solution you'd like According to the cc specification, cc class names generally follow the upper camel case naming method, while method names generally follow the lower camel case naming method.

@jaaronkot

zjn-116373914 avatar Apr 11 '25 03:04 zjn-116373914

Because the style follows the Google C++ Style Guide.

jaaronkot avatar Apr 16 '25 05:04 jaaronkot

Because the style follows the Google C++ Style Guide.

I found you are right in google github repository. Good luck!

zjn-116373914 avatar Apr 16 '25 07:04 zjn-116373914