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

I just started learning Elixir. These are good tips for me to follow.

2 Likes