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

Clean up public API surface #64

Closed
oremanj opened this issue Dec 30, 2019 · 1 comment · Fixed by #69
Closed

Clean up public API surface #64

oremanj opened this issue Dec 30, 2019 · 1 comment · Fixed by #69

Comments

@oremanj
Copy link
Member

oremanj commented Dec 30, 2019

Internal modules should be named with a leading underscore so users don't depend on which modules export which names.

We should actually raise deprecation warnings for things marked as deprecated.

We should audit all exports to make sure they're either documented or deprecated.

I'm working on this.

@njsmith
Copy link
Member

njsmith commented Dec 30, 2019

👍❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants