-
Notifications
You must be signed in to change notification settings - Fork 39
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
Rule for collapsing and enhancing Boolean conditions #809
Comments
In future we can consider simplifying boolean methods as well. Example: |
aktsay6
added a commit
that referenced
this issue
Apr 30, 2021
### What's done: * Added rule logic * Added tests * Updated documentation
aktsay6
added a commit
that referenced
this issue
May 11, 2021
### What's done: * Added tests * Added distributive law supply
aktsay6
added a commit
that referenced
this issue
May 11, 2021
aktsay6
added a commit
that referenced
this issue
May 14, 2021
kentr0w
added a commit
that referenced
this issue
May 18, 2021
kentr0w
added a commit
that referenced
this issue
May 18, 2021
* feature/bool-expressions-simplifier(#809) ### What's done: * Added rule logic * Added tests * Updated documentation * Added distributive law supply Co-authored-by: kentr0w <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many developers are incorrectly using a Boolean logic in their programs and their conditions are becoming more and more complex. We need to detect such boolean conditions that can be simplified and automatically fix them.
There are different Java libraries for it, like: https://github.com/bpodgursky/jbool_expressions
But need to understand if we really need to simplify these conditions or not, so this is the plan:
The text was updated successfully, but these errors were encountered: