surgeventures/surgex

View on GitHub
lib/surgex/data_pipe/foreign_data_wrapper.ex

Summary

Maintainability
Test Coverage

Enum.map_join/3 is more efficient than Enum.map/2 |> Enum.join/2
Open

          |> Enum.join(", ")

Enum.map_join/3 is more efficient than Enum.map/2 |> Enum.join/2

Avoid apply/2 and apply/3 when the number of arguments is known
Open

          apply(source_repo, :transaction, [

Avoid apply/2 and apply/3 when the number of arguments is known

There are no issues that match your filters.

Category
Status