-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Hints and tips" documentation #276
Comments
Also, we have cover some of this in the |
Opinions on setting up VS-Code to run nicely, setting up REPL to be a quick interface to running example Julia code. For example, hardly anyone seems to know about |
I see this as separate from getting set up to run the code and more about interacting with the code. The reason for this is the getting setup is really package independent and could live in a few places whilst this advice would be tailored to things you want to do with things like
...._ |
Quick thoughts:
|
It sounds like we agree this is a good idea. I think step 1 is making the skeleton and step 2 (likely a new issue or series of issues is content). That should help manage PRs |
Assuming we lumping the skeleton in with the getting started assigning @SamuelBrand1 |
The new getting started with julia (i.e #301) resolved a lot of the Julia level questions here. Now I think wee need a doc which |
The skeleton for this is in place and now just needs some content |
As Julia is so modular we have no need to reimplement some of our helper functionality as it can be used from other packages. However, this attitude across the Julia ecosystem makes packages very hard to use for everyone but experts.
I think a way to mitigate this might be to have a hints and tips section (or something like useful functionality from other packages) where we collect some of these ideas.
Things that come to mind are:
Accessors.jl
(Functions that allow easy creation of new but related structs #90)|
andcondition
MCMCChain
objects and to visualise them for diagnostics etc.Are there any examples of good practice at this in the ecosystem we can be inspired by?
The text was updated successfully, but these errors were encountered: