|
|
|
|
|
by dmi
3355 days ago
|
|
I think it's important to highlight that it's definitely about context rather than ownership when adding a name or bug number to a TODO comment. "// TODO(dmi): update after moving to Java8" doesn't necessarily mean that it's _me_ that has to fix it, but that someone can come to me and say "Tell me more about this". This took me a while to learn/remember, but it's very helpful. The hardest part for me to keep in mind was that someone else's name on a TODO shouldn't mean I ignore it. |
|