I think I've worked out one reason I dislike working with Rust. Consider this phrase:
"For example, there is no way to write this function in a way that is generic over the Container trait"
This kind of phrasing is very common in the Rust world. But what does "generic over a trait" *mean*, exactly? I can look up what a trait is just fine, and 'generic' too, but 'over' is far too generic of a word to find anything helpful.
This is just one example, and it's not really about this specific question - more that Rust documentation often uses words in ways that are ambiguous to me, with no clear path to figuring out what is meant there.
@gsuberland I'm having trouble distilling this into a concrete request, to be honest - in this case it's about the word 'over', but it happens for any amount of common words used in specific ways. I'm not sure how I would summarize this in an issue while still conveying it accurately and without narrowing it down to specific words too much...
@gsuberland Thanks, that helps. I'll mill this over for a bit.
@joepie91 definitely appreciate that this is a tricky thing to articulate. I spent the last 12 years writing technical explanations for a living and I still had to draft about 8 versions of that to get the right meaning across >_<
@joepie91 yeah, it's tricky. something along the lines of "a pattern of language where two well-defined Rust language terms are used together to form a phrase whose meaning is greater than the sum of its parts, and whose meaning is not explained or easily searchable", then giving some concrete examples with two or more conjunctions ("over" and whatever else you've noticed). a mention of search engines often ignoring verbatim requests these days may also help motivate.