-
Notifications
You must be signed in to change notification settings - Fork 774
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
comments on naming #5
Comments
Is that because it's confusing? I mean, wouldn't you think that most people would want to make the directory regardless of whether its parent directories existed? Do you have thoughts on an alternative name? |
I agree with you that it's a common use case, but I also worry about the confusion.
I do like how you create your own object for |
Hmm, you have a good point. But, I still fail to see why you wouldn't want the behavior of |
OK, I've come to the conclusion that I agree based upon more thought and this feedback as well: #9 I'll be posting a change soon. |
OK, note to all: @superjoe30 @chrisabrams @Trimeego @MUSCULA @LarryEitel @peteromano @dilvie @cpsubrian @filmic @thisandagain
If you're wondering why your name is tagged, it's because you've published a package to NPM that depends upon |
Thanks for the notification. |
mkdir
- I believe thatfs-extra.mkdir
should not have different behavior thanfs.mkdir
.The text was updated successfully, but these errors were encountered: