Skip to content

Update API with Sortable.encode! and Sortable.decode! #2

Description

@gyson

We should follow Elixir convention and have following API:

{:ok, encoded} = Sortable.encode(...)

{:ok, decoded} = Sortable.decode(...)

encoded = Sortable.encode!(...)

decoded = Sortable.decode!(...)

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