Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Naming scheme nitpicking: letter case #19

Closed
eyalroz opened this issue Feb 29, 2020 · 3 comments
Closed

Naming scheme nitpicking: letter case #19

eyalroz opened this issue Feb 29, 2020 · 3 comments

Comments

@eyalroz
Copy link

eyalroz commented Feb 29, 2020

Most commonly-used C++ libraries, AFAIK - including, of course, the standard library - use this_kind_of_names, not camel case (ThisKindOfNames). Consider switching. safe::access_traits::is_read_only seems nicer.

@LouisCharlesC
Copy link
Owner

I absolutely agree, I do prefer snake_case. But I was used to CamelCase when I started coding this and it stayed like that.

I did have a version in snake_case once, but I threw it away. I didn't like the idea of changing each and every name only for a matter of taste for lower/upper case and underscores.

Maybe if a few people ask I'll do it, who knows.

@eyalroz
Copy link
Author

eyalroz commented Mar 3, 2020

This would go along nicely with issue #20 ...

@LouisCharlesC
Copy link
Owner

#20 includes this one.

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

No branches or pull requests

2 participants