> With my skills id manage to make an Elixir system brittle because its not clear to me what happens at all times.
What's so cool about BEAM is you can connect a repl and debug the program as it's running. It's probably the best possible system for discovering what's happening as things are happening.
Yea IEx is pretty cool, that's how I test while programming as I do not write tests for everything.