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
functions are lowercase (maximum, convert) and, when readable, with multiple words squashed together (isequal, haskey). When necessary, use underscores as word separators. Underscores are also used to indicate a combination of concepts (remotecall_fetch as a more efficient implementation of fetch(remotecall(...))) or as modifiers.
Would you mind applying that here? It's easier to learn and use an API if it follows the same conventions as the rest of the ecosystem and doesn't stick out in my code.
That would apply to shrinkTowards and any others.
The text was updated successfully, but these errors were encountered:
Yeah, that can be done. I'm not happy with the current function names either, but noone complained about the names so far 🤷 Is there a style checker that could be used here/run in CI to keep the convention consistent going forward? Otherwise, manual search & replace is doable too.
The Julia style guide says
Would you mind applying that here? It's easier to learn and use an API if it follows the same conventions as the rest of the ecosystem and doesn't stick out in my code.
That would apply to
shrinkTowards
and any others.The text was updated successfully, but these errors were encountered: