--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
--
I think a lot of our TODOs (I know at least some of mine) are really
MAYBES, meaning opportunities for improvement that isn't necessary at
the first go-around but is nice to have documented in a discoverable
form. Should we have MAYBE(username) as a convention in addition to
TODO(username)?
Cheers,
Jói
Maybe he can dig it up and someone can generalize it?
--
Mike Pinkerton
Mac Weenie
pink...@google.com
Rohit had a script that he cobbled together that calculates how many
TODOs each person has in a subtree. Peer pressure always helps, ie,
make sure you're not in the top 10.
Maybe he can dig it up and someone can generalize it?
--
There's a flawed premise here, that a filed bug is any more likely to
be resolved than a TODO.
I like the idea of having a periodic check.
For example a piece of code that is non-ideal, but functional. I don't
find that bugs for these kinds of tasks are very useful. They never
rise to a high enough priority to go fish out of the database and
execute on.
But in the code, if someone happens to be there doing something else,
they might be able to act on the TODO at the same time.
Another pet peeve: I dislike the convention of attributing TODOs. Our
codebase is mutually shared, the TODOs should be too.
- a
On Mon, Sep 19, 2011 at 7:54 PM, John Abd-El-Malek <j...@chromium.org> wrote:
I sometimes use TODO to indicate something lower priority than a bug,
and dislike when reviewers pester me to create a bugs for these.
For example a piece of code that is non-ideal, but functional. I don't
find that bugs for these kinds of tasks are very useful. They never
rise to a high enough priority to go fish out of the database and
execute on.
But in the code, if someone happens to be there doing something else,
they might be able to act on the TODO at the same time.
Another pet peeve: I dislike the convention of attributing TODOs. Our
codebase is mutually shared, the TODOs should be too.
TODO
s should include ... the name, e-mail address, or other identifier of the person who can best provide context about the problem referenced by the TODO
TODO
format that can be searched to find the person who can provide more details upon request. A TODO
is not a commitment that the person referenced will fix the problem.