-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
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,
function _foobar(x, y; z)
"""
Explanation of what foobar does, maybe explain why it does things in a certain way?
Have docstr inside the function for quick glance value that a function is internal?
"""
end
Metadata
Metadata
Assignees
Labels
No labels