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

Whats up with the camelCase naming scheme? #40

Closed
advantageous-overtake opened this issue Oct 28, 2024 · 2 comments
Closed

Whats up with the camelCase naming scheme? #40

advantageous-overtake opened this issue Oct 28, 2024 · 2 comments

Comments

@advantageous-overtake
Copy link

I see you have #![allow(non_snake_case)] in most lib.rs files, module names are non snake case and a lot of functions are camelCase. Why? This is not idiomatic Rust and you force everybody that uses this library to have multiple naming schemes in their codebase.

@Cr0a3
Copy link
Owner

Cr0a3 commented Oct 28, 2024

Simple answer: just name the things how I want to on the day. Maybe it isn't as ergonomic to use. If you want them changed. Go ahead and open a pr.

Bye

@Cr0a3 Cr0a3 closed this as completed Oct 28, 2024
@Cr0a3
Copy link
Owner

Cr0a3 commented Oct 28, 2024

Sorry if it seems mean of aggressive

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