Things I've realized about testing Elixir code

Use IEx before ExUnit, don’t test private functions, test what matters, test the contracts, avoid dogma

1 Like