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
camelCasing is only used for types in Julia (one of the few clear style rules :) ), so we shouldn't use it for things like deleteSave! etc. I think underscores would be the right style? So delete_save!, I assume.
The text was updated successfully, but these errors were encountered:
camelCasing is only used for types in Julia (one of the few clear style rules :) ), so we shouldn't use it for things like
deleteSave!
etc. I think underscores would be the right style? Sodelete_save!
, I assume.The text was updated successfully, but these errors were encountered: