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

Use standard callback signature #1

@pvorb

Description

@pvorb

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions