-
Notifications
You must be signed in to change notification settings - Fork 17
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
/
method is a pun
#53
Comments
FWIW, it isn't really a pun... it's just the most common separator used for various filesystems and is generally ubiquitous. Multiple other languages use this operator for joinpath, so this isn't completely off base, IMHO. Please see the discussion in which various other joinpath operators were considered #2. If FilePathsBase is ever consider as a stdlib then I'll re-open the discussion around this and a few other API choices, but until then I don't really have a strong inclination to change it. NOTE: I'm pretty opposed to using the string concatenation operator. |
Of course I can't make you change this, but note that it very much is a pun, because Base Another option to consider is providing a different
Then only code that does |
Alright, I guess I have a few questions then:
|
I think it would probably be easier to just replace the operator (e.g., |
Answers:
|
Hmmm, okay, thank you for the clarification. Alright, before I change this is there any other operator you'd recommend as I can't seem to define things like |
Unfortunately, option 2 no longer works with nightly: #75 (comment) |
Joining paths is not division, so I think this method should be removed.
The text was updated successfully, but these errors were encountered: