Join Discord
Powered by
I never want to see `A + B - C + D` because in rea...
# spicedb
f
fierro9418
03/06/2023, 6:29 AM
I never want to see
A + B - C + D
because in reality that is
(A + B) - (C + D)
which does not align with an arithmetic intuition, which is probably what other devs on my team who aren't deep in the weeds here would assume.
Previous
Next