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

Cleanup-idea #12

Closed
rrrlasse opened this issue Feb 27, 2012 · 1 comment
Closed

Cleanup-idea #12

rrrlasse opened this issue Feb 27, 2012 · 1 comment

Comments

@rrrlasse
Copy link
Contributor

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.

@astigsen
Copy link
Contributor

Lets keep them. While some of them may be superfluous, they have actually caught quite a few errors for me during development.

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

No branches or pull requests

2 participants