terary / gabby-query-protocol-lib

Gabby Query Protocol - library
0 stars 0 forks source link

Build Validator for No Consecutive Same Junction Operators #15

Closed terary closed 2 years ago

terary commented 3 years ago

x AND (Y AND Z) - I supposed is logically sane. But does it make sense to do? Maybe the construct will make it easier for people to express themselves. Users aren't suppose to know logic rules.

If decide to implement validator One method might be:

I dont know how necessary this is, not spending time on it now.

terary commented 2 years ago

X AND (Y AND Z) <=> X AND Y AND Z This really doesn't need to be fixed. Front end code can enforce.

rejecting issue as irrelevant