Message163202
I left a few comments on rietveld.
The '\' is sometimes used where not necessary and the preferred way to write conditions on multiple lines is:
(foo == bar and
bar == baz and
baz == asd)
rather than
foo == bar \
and bar == baz \
and baz == asd
Have you measured the coverage of the tests? |
|
Date |
User |
Action |
Args |
2012-06-19 18:38:35 | ezio.melotti | set | recipients:
+ ezio.melotti, brett.cannon, larry, eric.araujo, Yury.Selivanov, Alexandre.Zani, Ramchandra Apte |
2012-06-19 18:38:35 | ezio.melotti | set | messageid: <1340131115.45.0.022923676535.issue15008@psf.upfronthosting.co.za> |
2012-06-19 18:38:34 | ezio.melotti | link | issue15008 messages |
2012-06-19 18:38:34 | ezio.melotti | create | |
|