Skip to content

Conversation

sorliem
Copy link

@sorliem sorliem commented Sep 11, 2020

Add an example for leading underscores in function names. I've seen examples of python-like leading underscores in function names to denote a function is private to the module.

@eksperimental
Copy link

I would go with
Bad: def _parse_contents(data)

Good:

@doc false
def parse_contents(data)

@sorliem
Copy link
Author

sorliem commented Sep 14, 2020

Updated. How does that look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants