| http://www.w3.org/ns/prov#value | - @Dale, one of the styles I use for chained ternary operators is something like:result =cond1 ? expr1 :cond2 ? expr2 :cond3 ? expr3 :exprk;Another is:result =cond1? very(long) + if(expr) * with(multiple(nested(exprs)))): another(super(long), expr) + with(too, many) - nested(exprs);But there is no need, IMHO, for enclosing the condition in brackets.
|