Julia First Steps (Not an advert, just a few links, pls dont block the post)

Previous threads trying to work with

include

I have no clue what Fantasy Hockey is, but someone interested in it and learning Julia could turn forking and updating this repository into a learning experience.

I would recommend the following:

  1. fork the repository (as far as I can tell the license allows building on this code)

  2. add a Project.toml file (see https://julialang.github.io/Pkg.jl/dev/creating-packages/ )

  3. separate runtime and library code

  4. set up unit tests

  5. integrate with Travis

2 Likes