Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Use standard callback signature #1

Open
pvorb opened this issue Feb 13, 2012 · 1 comment
Open

Use standard callback signature #1

pvorb opened this issue Feb 13, 2012 · 1 comment

Comments

@pvorb
Copy link

pvorb commented Feb 13, 2012

You use function(result, err) as the signature for callbacks. Standard would be function(err, result). Nearly every other library uses callbacks this way and everyone would expect this lib to do the same.

@sbisbee
Copy link
Owner

sbisbee commented Feb 13, 2012

Sorry, ignore my comment. I was still in the mindset for Sag-JS. :)

I'll still take a look at a few other libs though.

Thanks for submitting and using!

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

No branches or pull requests

2 participants