You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In various places in the code we use foo(x; y=y) and this can be changed to foo(x; y). We can update that.
@clizbe, do you think we should start documenting these code formatting options that JuliaFormatter does not pick up? Or do we just leave it more loosely defined?
The text was updated successfully, but these errors were encountered:
Probably not many. One that we use in TEM but not in TIO yet is something like "use long descriptive names for functions, preferably don't abbreviate". There is also the naming convention of "StructName", "function_name", "variable_name", etc., but those are pretty standard in Julia.
In various places in the code we use
foo(x; y=y)
and this can be changed tofoo(x; y)
. We can update that.@clizbe, do you think we should start documenting these code formatting options that JuliaFormatter does not pick up? Or do we just leave it more loosely defined?
The text was updated successfully, but these errors were encountered: