Proposal to close ISSUE-76 stating that execution order matters

ISSUE-76 [1] is about whether the order of AND and OR operands should 
matter. I believe the order should matter, because this is how most 
computer languages work and therefore matches the expectation that users 
can put the most restrictive operands first to avoid unnecessary 
evaluations. It also helps produce consistent results in the face of 
errors. sh:AndConstraint and sh:OrConstraint use rdf:Lists for that reason.

Holger

[1] http://www.w3.org/2014/data-shapes/track/issues/76

Received on Tuesday, 28 July 2015 00:27:47 UTC