Quantcast
Channel: First steps - JuliaLang
Viewing all articles
Browse latest Browse all 2795

Complete End-to-end guide for professional Julia development guide

$
0
0

I find that it’s actually hard to find info on how to do professional Julia development from end to end.

By that I mean

  1. How to set up a Julia repo on Github/Gitlab (use PkgTemplates.jl)
  2. What to include in the repo to trigger testing and code coverage tests (not sure ???)
  3. Set up testing properly (Just use the examples in test folder)
  4. Set up doc strings (Follow the documentation)
  5. Compile the Doc strings into documentation HTML (not sure)
  6. Host that HTML on Github/Netlify etc (not sure, Documenter.jl seems quite complex).
  7. Reigstering and Release the package (via JuliaReigstrator)

I come from R where I use RStudio and it’s quite a breeze, but I find it quite hard.

Am I missing some points?

I mean all of those things are there but I find it to be disparate. So a single post walking through all of those from end to end would be nice. Or a book really.

7 posts - 5 participants

Read full topic


Viewing all articles
Browse latest Browse all 2795

Trending Articles