Stream: helpdesk (published)

Topic: Best practices on package development


view this post on Zulip Davi Sales Barreira (Mar 22 2024 at 11:21):

Hey, friends. So I'm writing a Julia package for my PhD Thesis. The hectic deadlines made me code the package without caring too much about testing, documenting and stuff like that. I'm now in the process of organizing the code, and making it proper.

I was wondering what are some current "best practices" on package development here in the Julia community. For example, I remember seeing some packages using a package called Aqua.jl
Any ways, I'm looking for helpful packages and tips on setting up tests/docs and the like... Any useful tip is welcomed!

I'm also interested in tests for performance. Stuff like type stability. Which I didn't check when I first coded.

view this post on Zulip Nils (Mar 22 2024 at 12:00):

https://modernjuliaworkflows.github.io/


Last updated: Nov 06 2024 at 04:40 UTC