Skip to content
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

Make anything that doesn't need to be exported private #111

Closed
colmsnowplow opened this issue Apr 26, 2022 · 0 comments
Closed

Make anything that doesn't need to be exported private #111

colmsnowplow opened this issue Apr 26, 2022 · 0 comments
Labels
refactor Suggestion of a better way to factor the code
Milestone

Comments

@colmsnowplow
Copy link
Collaborator

Some objects are exported where they don't need to be. For example, some of the 'with interfaces' functions, which allow for easier testing, don't need to be exported as they're only used internally to their specific packages.

We should audit the codebase for what should be private and what needs to be public.

@colmsnowplow colmsnowplow added this to the Release 1.0.0 milestone May 10, 2022
@colmsnowplow colmsnowplow added the refactor Suggestion of a better way to factor the code label Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Suggestion of a better way to factor the code
Projects
None yet
Development

No branches or pull requests

1 participant