Yaakov,
Thanks a lot for suggesting `Pkg.test`. It's truly one of the most
efficient ways to reload what is necessary smartly. Thanks!
On Sunday, July 3, 2016 at 11:02:28 AM UTC+1, Yaakov Borstein wrote:
>
> I have found that writing your code using a test first pattern ends up
> being the most productive approach long-term and also solves the warnings
> issue. Running Pkg.test("mypack") takes care of reloading and you'll never
> need to restart the REPL. It's a change in workflow that requires a bit of
> getting used to, but as Fowler once wrote, if you need to write print() or
> debug() then you'll be best served with a test.