-
Notifications
You must be signed in to change notification settings - Fork 0
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
PathArc
's name exposes implementation detail
#9
Comments
That would be fine. What name do you suggest?
PathArc was chosen because it mimicks PathBuf and gives the user immediate
feedback that it is cheap to copy.
|
Some possible names:
(I don't like any of these names personally, but thought it might get some ideas flowing) |
Why not just |
Mainly because I don't want to conflict with std::path::Path
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was first discussed on reddit.
For "low level" APIs, having
Arc
in the name makes sense. If this is a higher level API meant to focus more on the Python type of users, we should abstract that implementation detail and leave it out of the nameThe text was updated successfully, but these errors were encountered: