Recompile your code from within IEx
Notes
I’ve seen people quit out of IEx and restart it to load new changes to their code.
No need for that! Here are some cool helpers for you:
- recompile/0 will recompile your whole project
- r/1 will reload and recompile a single module