Author Topic: Changing Class Variable Get-function Capitalization  (Read 7511 times)

Offline TheMachoMuchacho

  • Single posting newcomer
  • *
  • Posts: 2
Changing Class Variable Get-function Capitalization
« on: October 22, 2018, 02:27:19 pm »
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!

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Changing Class Variable Get-function Capitalization
« Reply #1 on: October 22, 2018, 03:20:08 pm »
Currently there is no option for this

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

Offline seasoned_geek

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: Changing Class Variable Get-function Capitalization
« Reply #2 on: September 24, 2023, 03:00:00 pm »
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?

Offline sodev

  • Regular
  • ***
  • Posts: 497
Re: Changing Class Variable Get-function Capitalization
« Reply #3 on: September 25, 2023, 03:37:55 pm »
Looks like you have never written a wxWidgets application... or used the C++ standard library.

Offline Commaster

  • Almost regular
  • **
  • Posts: 171
Re: Changing Class Variable Get-function Capitalization
« Reply #4 on: September 25, 2023, 04:58:48 pm »
Just as an example, one well-known project written in C++ uses ProperCase...