You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One petty nitpick: a thing that bothered me about this library is that it violates Rust's standardized naming convention:
In UpperCamelCase, acronyms and contractions of compound words count as one word: use Uuid rather than UUID, Usize rather than USize or Stdin rather than StdIn.
It always bothers me when certain libraries does this, because it's a bit hard to justify a breaking change for something like this, so it will continually stick out like a sore thumb...possibly forever.
The text was updated successfully, but these errors were encountered:
kanarus
changed the title
Reconsider the naming approach
https://www.reddit.com/r/rust/s/vt1gQFqaQa
Reconsider the naming approach
Feb 15, 2025
https://www.reddit.com/r/rust/s/vt1gQFqaQa
The text was updated successfully, but these errors were encountered: