News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Changing Class Variable Get-function Capitalization

Started by TheMachoMuchacho, October 22, 2018, 02:27:19 PM

Previous topic - Next topic

TheMachoMuchacho

Hi guys. I've got a question about default added variable capitalization for get-functions in classes. I posted the whole thing in Stack Overflow here:

https://stackoverflow.com/questions/52917679/changing-class-variable-capitalization-in-codeblocks

Thanks for your help!

BlueHazzard

Currently there is no option for this

(looks at obfuscated) Ok if we add one? ;)

seasoned_geek

Now that is is 2023 I wish to follow up because GetName() isn't a coding standard at any shop I've worked at in my 40 years of software development. Method names aren't ProperCase they are camelCase in every shop and API. Was this added in a non-obvious way?

sodev

Looks like you have never written a wxWidgets application... or used the C++ standard library.