-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
enhancementgood first issueEasy to fix issue, does not need a lot of experience to be able to contributeEasy to fix issue, does not need a lot of experience to be able to contributehelp wanted
Description
For testability, the author of the original PR #65 made all functions public. In order to clear up which part is meant as the public API, we should:
either make the majority of the functions private, which would lose the ability to test them
or
add @doc false to non public-API functions
Metadata
Metadata
Assignees
Labels
enhancementgood first issueEasy to fix issue, does not need a lot of experience to be able to contributeEasy to fix issue, does not need a lot of experience to be able to contributehelp wanted