Chromium Code Reviews| Index: notes.txt |
| diff --git a/notes.txt b/notes.txt |
| deleted file mode 100644 |
| index baa1d6c26e91a815035f55337f26d4500e2677c4..0000000000000000000000000000000000000000 |
| --- a/notes.txt |
| +++ /dev/null |
| @@ -1,11 +0,0 @@ |
| -Open questions: |
| - |
| -- If a collection fits on one line, should it always be made one line? |
| -- When should a parameter/argument list be split to one item per line versus |
| - packing as many items as fit on each line? |
| - |
| ---- |
| - |
| -Things we should lint on: |
| -- Unnecessary {} in interpolation. |
| -- 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
|