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
{{ message }}
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.
I suggested this in node.js, but the response was that it's not going in because it's a convenience function, and platforms lack the API to do this in one go. Does ayo.js value convenience here?
I'm inclined to echo the sentiments of nodejs here. Ideally core/stdlib or whatever one calls the available functions that ship with ayojs should be as minimal as possible and ideally provide only either what cannot reasonabley be done in userland, or what would provide a substantial building block to allow interoperation between userland modules. Unfortunately I don't think a function like fs.copyFolderwould fit the description.
In general more the things that can happen in userland the better is it for the ecosystem as change and experimenation can happen much faster there.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I suggested this in node.js, but the response was that it's not going in because it's a convenience function, and platforms lack the API to do this in one go. Does ayo.js value convenience here?
I also recommend an alias of
copyFolder
.nodejs/node#15797
The text was updated successfully, but these errors were encountered: