[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] MicroXML and &
- From: John Cowan <cowan@mercury.ccil.org>
- To: Liam R E Quin <liam@w3.org>
- Date: Sun, 3 Jun 2012 15:55:05 -0400
Liam R E Quin scripsit:
> for (i = 0; i < 20; i++) {
> if (ages[a[i]]>60) {
> pensions[a[i]]++;
> }
> }
Not really. Why would you put whitespace around < but not around >? I'd
write "if (ages[a[i]] > 60) {"
--
In my last lifetime, John Cowan
I believed in reincarnation; http://www.ccil.org/~cowan
in this lifetime, cowan@ccil.org
I don't. --Thiagi
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]