Closed elfring closed 9 years ago
Yes we should.
I have pushed a fix for this. Thanks for the report!
How do you think about to change also any remaining double underscores in affected identifiers?
Are there still some?
Yes. - I find that your fix was incomplete a moment ago.
I did a grep for “__” in the sources and am unable to find anything left. Can you be more specific on what is still missing?
I suggest to drop another underscore from a prefix like "docopt__
" for example.
I would like to point out that an identifier like "
__docopt__value__
" does not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?