-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Rename nextTick #4189
Comments
Flat out renaming it would break a lot of existing code so that's a no-go. Aliasing it is a possibility but that seems fairly pointless to me. |
I do not think adding an alias would improve things. This has been part of the API for quite a while and would probably not get hard-deprecated for an equally long time as a result of that. People are already confused about the differences between |
I think we can confidently say that there's it's not going to be renamed. It was an accident of history that's baked (like, in a very hot kiln for a very long time) in to Node for all time. Documentation and education are the means we've been using to correct the mistake and that's all we can rely on. I agree with @jwueller that an alias isn't going to improve the situation and will just make the API more messy. |
I was under the impression that following semver allows us to easily do breaking changes. I'd vote for fixing the past mistake now. |
Semver lets us advertise breaking changes, that's true. It doesn't mean we're fond of introducing changes that break half of the ecosystem. |
The
nextTick
function doesn't do what the name states, as it is more of like "current tick", or "from C++ into JS land". How about renaming it to something better?The text was updated successfully, but these errors were encountered: