in reply to Re^3: Clarifying the Comma Operator (should)
in thread Clarifying the Comma Operator

It is indeed confusing. Unless you read (and remember all) what is in separate parts of the docs, the statement I quoted looks as if the => operator will stringify its left hand argument, which it does ... sometimes and under strict conditions only. I find it surprising and having been bitten by it before, I always quote the left hand part of =>. It would be better --IMO-- if the docs would make a less broad statement in that respect.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James