-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[Feature Request] Boolean methods should return boolean values #55
Comments
Probably we could do that. |
Yup, I quickly run through commands reference and found these three:
All with test semantic ("test if" or "test for") - seems to be good candidates for boolean return. |
perfect! I will go ahead and do this tonight so it'll be available in the final 1.5.0 |
pushed to master! |
Thank you sir, will try to upgrade to 1.5.0 (as my apps are using 1.3.2-SNAPSHOT) at the moment. |
Hi,
I think boolean methods like exists() or sismember() should return boolean value instead of Integer.
It would be simpler.
The text was updated successfully, but these errors were encountered: