Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Code Style] member names start with underscore. #24

Closed
dawidpilarski opened this issue Feb 3, 2020 · 0 comments
Closed

[Code Style] member names start with underscore. #24

dawidpilarski opened this issue Feb 3, 2020 · 0 comments

Comments

@dawidpilarski
Copy link
Contributor

It is the dangerous naming convention, since implementations reserve all names starting with a double underscore and with single underscores following capital letters.

Even though it is not the case here, member names are started with an underscore and capital letter, it might be easy to fall into a trap.

It would be good to change the naming convention for underscores to follow the member name rather than precede the member name.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant