Using Juno for Interactive Test-Driven Julia Package Development
February 19 2018 in Julia, Programming | Tags: | Author: Christopher Rackauckas
I found myself explaining my development workflow all of the time, so I thought I’d show it in a video. This is some of the stuff I do. You can do it other ways. I like this way.
Andrew Bannerman
says:Fantastic – As part of my own journey I need to get to writing in terms of packages + using more functions. Currently write mammoth scripts in script form saving things to global variables. I need to minimize my logic and compress it to nice functions / packages (if I can). It means I need to change my structure a little bit on how I do things.
Stephen
says:I found this and your other video on package development very useful. Thanks for taking the time to do these!