Recompile your code from within IEx
I've seen people quit out of IEx and restart it to load new changes to their code. Here are some cool helpers for you.
I've seen people quit out of IEx and restart it to load new changes to their code. Here are some cool helpers for you.
To access previous values in IEx (and save some typing) use the `v/1` helper.
People asked me in previous videos, what about dbg/2 with iex? Spoiler alert — also awesome! ⚡️