We should follow Elixir convention and have following API: ```elixir {:ok, encoded} = Sortable.encode(...) {:ok, decoded} = Sortable.decode(...) encoded = Sortable.encode!(...) decoded = Sortable.decode!(...) ```
We should follow Elixir convention and have following API: