-
Notifications
You must be signed in to change notification settings - Fork 55
[Multipass] Clear up API #70
Copy link
Copy link
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
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
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 falseto non public-API functions