Problem/Motivation
I discovered that some classes have private member variables prefixed with single leading underscore character, which was standard in pre-visibility era. This is relic of the past and can be removed now.
Proposed resolution
Remove leading underscore from all private member variables.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | leading_underscore-2921676-2.patch | 35.07 KB | zaporylie |
Comments
Comment #2
zaporylieAfter some digging I discovered that the only occurrences of private member variables with leading underscore character are located in Gettext component, so adding reference to #1637662: Clean up the Gettext PO parser and changing component on the issue.
Comment #9
quietone commented@zaporylie, thanks for the patch!
This was fixed in #2935190: Fix variable names in Gettext component. in March 2018. so I am closing as duplicate.
Comment #10
zaporylieGlad it's been fixed, even if elsewhere.