Earlier quoted context omitted.
> because chaining like this is a very common syntactic pattern in other people's code If it's very common where you work, then run, don't walk, away...
"readability" is largely a matter of familiarity, so it's very hard to make such sweeping statements accurately. The difference between "common idiom" and "unreadable mess" is "common", not the code itself.
The Linux kernel has another set of rules that differ in numerous ways (e.g. not wrapping single-line statements under a conditional in braces). Their rules are not strictly better or worse, just different and define their set of common idioms.
Another thing that the MD said to me during my interview was "code ought to be boring, testing can be interesting".