blob: 2d3f1500b9b8b6679014a84bbccaa061a9c67a4d [file] [log] [blame] [view]
# 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.`