Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Open questions: | |
| 2 | |
| 3 - If a collection fits on one line, should it always be made one line? | |
| 4 - When should a parameter/argument list be split to one item per line versus | |
| 5 packing as many items as fit on each line? | |
| 6 | |
| 7 --- | |
| 8 | |
| 9 Things we should lint on: | |
| 10 - Unnecessary {} in interpolation. | |
| 11 - Ifs with an else where the if or else is not a curly body. | |
|
pquitslund
2015/01/08 04:52:17
These are awesome. Do you have open issues for th
Bob Nystrom
2015/01/08 17:25:09
I moved over a linter bug for the last one. I'll f
| |
| OLD | NEW |