-
Notifications
You must be signed in to change notification settings - Fork 53
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
Canonical struct
naming
#39
Comments
Thank you for your issue. If there is something official as evidence, we will try to follow it. It would be helpful if you could give me a pull request. We would like to specify in advance. For single letter + complete word combinations, we will consider the first letter and the complete word as separate words. Official Rust APIs include, for example,
|
Another thing I noted is the naming of composite But |
Well, that's what I was struggling with too. What is being rotated here is a curve, not a surface, and a |
The word Maybe you can clarify first what this predicate tests and then we can better ponder a good name? |
On that note. I saw I.e. there is the geometric consistency and if that is true then the resp. shape is geometrically consistent. |
See Rust API naming guidelines.
For example in
stl.rs
:STLFace
->StlFace
STLReader
->StlReader
STLType
->StlType
STLType::ASCII
->StlType::Ascii
etc.
Would you consider a PR with such changes if I opened one?
The text was updated successfully, but these errors were encountered: