-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for Internal Functions #86
Comments
cc: @fchorney I feel like you have thoughts around docstrs |
I just think julia docstrings in general are a little too verbose, but as far as this specific thing is considered, I'm honestly fine with defining proper docstrings for internal functions. I'm fine with just comments as well as it doesn't necessarily need a full API style docstring. I guess I don't really have a strong preference on which style, but I think having docstrings of some sort even for internal functions is fine. |
Docstrings for internal functions should still be outside the function. I would say that they are optional, and don't have to follow the format.
Should be preferred over
|
Documentation is nice to define inputs/outputs and what a function does. Extending this out to internal functions would be nice as well, especially when coming back to revise the function. However, I don't think it's necessary to outline a full docstr for these internal functions.
Any thoughts on this? Suggestions for a format? Maybe something like,
The text was updated successfully, but these errors were encountered: