Suggestion for how to organize code that requires many parameters

I would use a struct, as suggested here: How to allow users to safely change package "constants"? - #6 by lmiq

There are other options in that thread. There is also a Preferences.jl package, which might be what you need.

1 Like