PEP8 for Julia?

Working on some code for bigger packages, and finding it hard to anticipate norms around things like empty before after function definitions and whether there are spaces around equal signs in function arguments (e.g. function(arg=variable) versus function(arg = variable)), etc?

1 Like

A bit: Is there a PEP8 for Julia?

haha – ok, thanks! Seems mostly about higher-level style then number of spaces in various places? Might be a great JULEP at some point after 1.0 comes out…

1 Like

That would be good. It’s hard for core devs to devote much mental capacity to formatting at the moment, but it might be good if you wanted to start thinking about it and put something like PEP8 together for Julia.

1 Like