-
Notifications
You must be signed in to change notification settings - Fork 165
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
Cleanup-idea #12
Comments
Lets keep them. While some of them may be superfluous, they have actually caught quite a few errors for me during development. |
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are lots of initial index checks like "if (end == (size_t)-1) end = m_len;" and lots of optional start/end arguments. Find out what functions are exposed to user and delete these checks and optional arguments from all but those functions.
The text was updated successfully, but these errors were encountered: