| # TODOs in code | |
| TODO should follow chromium convention. Examples (in order of preference): | |
| * `TODO(crbug.com/40192027): Preferred format. Use a bug for context.` | |
| * `TODO: crbug.com/40192027 - Less preferred format that matches the Google | |
| style guide but has not been widely adopted in Chrome.` | |
| * `TODO(username): Deprecated style, listing an owner's username instead of a | |
| bug.` |