Skip to content
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

Use pinkie-promise again #42

Closed
wants to merge 1 commit into from
Closed

Conversation

floatdrop
Copy link
Contributor

Is there a reason to not use native Promise (if available)? Am I missing something?

@sindresorhus
Copy link
Member

Bluebird is faster than native (i know...) and includes some useful utilities. Also no point in including multiple promise libs. I'm using pinkie-promise for reusable modules, but in larger things like AVA bluebird is useful, same as using lodash is more useful than the native, if you can afford the added dependency bloat.

@floatdrop
Copy link
Contributor Author

Fair enough.

@sindresorhus
Copy link
Member

@floatdrop I'm btw slowly migrating my modules over to promises using pinkie-promise ;)

https://www.npmjs.com/browse/depended/pinkie-promise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants