Skip to content

Consider adopting node async/sync naming convention for API methods #8

@amilajack

Description

@amilajack

If we consider giving developers access to sync API's we should do so using the *Sync convention. For example, if we have a method db.prepare() that is async, we should have a method called db.prepareSync(). This method will return a value instead of a value wrapped in a promise

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions