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. 

Reply via email to