Lutger Blijdestin wrote:
> I like the ternary operator the best for this, as it is the simplest. I
> always write them like this though, liberally include parenthesis and never
> nest:
>  (condition)
>     ? (truth value)
>     : (false value)

What is the benefit of this, compared to leaving parentheses away entirely?

Reply via email to