(a || b || c || ...) — preferred over .or chains when mixed with .and to make grouping explicit.
(a || b || c || ...)
.or
.and
(a || b || c || ...)— preferred over.orchains when mixed with.andto make grouping explicit.