-
Notifications
You must be signed in to change notification settings - Fork 9
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
Labels
refactor
Suggestion of a better way to factor the code
Milestone
Comments
TiganeteaRobert
added a commit
that referenced
this issue
Jun 10, 2022
TiganeteaRobert
added a commit
that referenced
this issue
Jun 10, 2022
TiganeteaRobert
added a commit
that referenced
this issue
Jun 10, 2022
TiganeteaRobert
added a commit
that referenced
this issue
Jun 10, 2022
TiganeteaRobert
added a commit
that referenced
this issue
Jun 10, 2022
TiganeteaRobert
added a commit
that referenced
this issue
Jun 10, 2022
TiganeteaRobert
added a commit
that referenced
this issue
Jun 22, 2022
TiganeteaRobert
added a commit
that referenced
this issue
Jun 22, 2022
TiganeteaRobert
added a commit
that referenced
this issue
Jun 22, 2022
TiganeteaRobert
added a commit
that referenced
this issue
Jun 22, 2022
colmsnowplow
pushed a commit
that referenced
this issue
Jul 6, 2022
colmsnowplow
pushed a commit
that referenced
this issue
Jul 6, 2022
colmsnowplow
pushed a commit
that referenced
this issue
Jul 22, 2022
colmsnowplow
pushed a commit
that referenced
this issue
Jul 22, 2022
colmsnowplow
pushed a commit
that referenced
this issue
Jul 22, 2022
colmsnowplow
pushed a commit
that referenced
this issue
Jul 22, 2022
colmsnowplow
pushed a commit
that referenced
this issue
Aug 12, 2022
colmsnowplow
pushed a commit
that referenced
this issue
Aug 12, 2022
colmsnowplow
pushed a commit
that referenced
this issue
Aug 12, 2022
colmsnowplow
pushed a commit
that referenced
this issue
Aug 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: