-
-
Notifications
You must be signed in to change notification settings - Fork 376
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
Add PropertyType.SHOULD #6404
Comments
IMO |
Personally I'm open for
|
It's similar issue to boolean expressions #5219 |
|
I'm also of the opinion that |
I am still for |
|
Suggestion
There should be a
SHOULD
Type in PropertyType for property conditions, for example for the condition shouldBurnInDay().Why?
Instead of making a normal Condition and doing all the extra stuff, a PropertyType.SHOULD would be useful for making small conditions; the patterns could be something like
%type% should %property%
%type% should(n't| not) %property%
Other
No response
Agreement
The text was updated successfully, but these errors were encountered: