What is the most canonical and careful presentation of the packaging infrastructure from the perspective of a package developer? I prefer text rather than video (much easier to hop into a bit precisely). Basic things like:
“I developed a new function in a package, the tests failed for some reason, and I would like to debug this function. How do I do this?”
“What’s the best IDE in which to develop packages”? “What are the key bindings for the most regularly used package developer commands?” (e.g. run all tests for TDD or activate the package and load its functions to allow interactive development)
“Is there a great summary of the package ecosystem (e.g. so that I know which packages I should use in my package)”
I’m thinking something like Hadley Wickham’s R packages but for Julia. I’ve looked at PkgTemplates and other things which help with the mechanistic aspects of this.
Hello, I am the author of the tutorial, however the package tutorial by itself doesn’t cover the aspects raised by the OP, as these points are pretty much general.
For “debugging”, you have an option for textual (gdb-like) debugging or gui-interfaces embedded in both Juno or VSCode (see their documentation)
For the IDE… the “best IDE” for developing packages is the same as the “best IDE” for working with Julia in general. You come during a transition from Juno (Atom Based) to the VSCode plugin for Julia: the first is still more mature and, for me, productive. The second one is the future and for many also the present of Julia development. You choose (and, if you like to try new paradigms, try Pluto). They are all described here.
Uh, not really. Count the stars in github If you want a curated set of packages consider using JuliaPro (free)