in reply to
Re: Re: Style, *again*
in thread Style, *again*
Thanks for the annotated list. I don't always make the same decisions,
but it's interesting to see where people take an different
approach, and why they do that. One question I have, you write:
Logical order in comparisons: $foo == 4, but never 4 == $foo
It's inside a bunch of rules for which you give "Normal linguistics/interpunction."
as a reason. I don't think that applies for the quoted rule -
I'd like to know why you would never write
4 == $foo.
Abigail