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.
- [julia-users] a compilation question chobbes158
- [julia-users] Re: a compilation question chobbes158
- [julia-users] Re: a compilation question Cedric St-Jean
- [julia-users] Re: a compilation question chobbes158
- Re: [julia-users] Re: a compilation quest... Cedric St-Jean
- [julia-users] Re: a compilation question chobbes158
- Re: [julia-users] Re: a compilation quest... Cedric St-Jean
- Re: [julia-users] Re: a compilation ... chobbes158
- [julia-users] a compilation question Yaakov Borstein
- [julia-users] Re: a compilation question chobbes158
