-
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, bump deps, removed unused deps
#40
Conversation
Thank you for your pull request. It seems to be mostly fine. We will check properly and merge it within the next week. |
I also saw the pub trait IsCurveIncluded<C: ParametricCurve> {
/// Returns whether the curve `curve` lies on the surface `self`.
fn is_curve_included(&self, curve: &C) -> bool;
} |
I am not good at English by any means, but I still think |
The format of "Examples" and "Panics"It is standard in Rust documentation that the name of the section is "Examples" even if there is only one example. Line breaksIt is standard markdown practice to insert line breaks before and after section headings. Let me put this one on hold. I personally prefer packed source files for the following reasons:
In any case, if we are going to add line breaks, we should do so for all files. BulletsI believe that markdown bullets are a personal preference. Although asterisks is the official method of description used, there is no statement to the contrary that another method is deprecated, nor does it affect the output documentation. I have seen some say that asterisks are good because they are less often seen in English text, but I do not think that makes much sense since they will eventually appear in the source code. In the end, it is my personal preference, but since I am used to using it, there is no such thing as "I use a dash by mistake" but not "I use an asterisk by mistake". -- edit in the next day -- Upon closer inspection of the old document, it does indeed appear to be a mixture of asterisks and dashes. My apologies. If we unify them in the future, I think dashes are the way to go. |
We will revert the README for each crate. This is automatically generated by the |
We will also revert once about the main README. Please start another issue as it is the face of the crate. At least, please give me some reasons to change the "three elements". "Truck has Three concepts with initial 'T'." is so lame that it should be rewritten without any question? |
Sorting in |
Thank you very much for your pull request. We merged the content in the title "Canonical struct naming, bump deps, removed unused deps." The following points will be reissued.
I will summarize my opinions next week. |
My main reason was that the README (and many parts of the documentation are a bit Anglish. I do not mean this in any way condescending. I understood that you started the three guiding principles with T to match with Truck but I did not find English words that do and sound natural for the message you tried to convey. So I did the next best thing and just made sure all three guiding principles at least start with the same letter (but not a T). |
Thank you for your comment. We understand that your pull request is well-intentioned. It may have be worded a little poorly. It was a change that needed more discussion than changes indicated in the title, so we have only reverted it for now. We are currently working on an improvement plan based on the suggestions we have received. We will publish them in a separate branch and would be glad to receive your feedback again. |
structs
andenum
variant names (Canonicalstruct
naming #39).wgpu
14->15 requires code changes and was held back).cargo-machete
and also appliedcargo-sort
to changedCargo.toml
s.master
.