shopify icon indicating copy to clipboard operation
shopify copied to clipboard

[Multipass] Clear up API

Open Ninigi opened this issue 5 years ago • 1 comments

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

Ninigi avatar Apr 05 '19 03:04 Ninigi

How about extracting them to a separate module?

hasitha avatar Dec 04 '19 19:12 hasitha