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

Is free test really useful in the current form? #9

Open
porosnie opened this issue Dec 14, 2023 · 1 comment
Open

Is free test really useful in the current form? #9

porosnie opened this issue Dec 14, 2023 · 1 comment

Comments

@porosnie
Copy link
Contributor

A free test can occur in relation with a value and it is prefixed with "#". However, most of the rules that use free test do not fit in this structure. The free test is frequently a more complex condition, such as calculating the distance between two positions, etc. In that case, the whole elementary condition needs to be implemented manually.

Proposal:

  • remove free test and just define an additional elementary condition that is free test as a whole;
@porosnie
Copy link
Contributor Author

see also #12 , which will reduce the number of free test used in elementary conditions

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

No branches or pull requests

1 participant