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

Return ErrNotImplemented when a feature is not implemented #31

Open
andrewkroh opened this issue Jun 2, 2016 · 0 comments
Open

Return ErrNotImplemented when a feature is not implemented #31

andrewkroh opened this issue Jun 2, 2016 · 0 comments

Comments

@andrewkroh
Copy link
Member

Most methods silently return nil when the feature is not implemented and some even panic. By returning an error, callers can test to see if the feature is implemented at runtime.

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

No branches or pull requests

1 participant