You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.
I don't think we should require a link for TODO comments. I agree with the sentiment, but this would constrain what TODOs can be used for. On my team, for example, we use TODOs to describe intent of possible changes in the future. It's a way to capture some intent and direction for the code that's not a task that we want to track.
Sometimes TODOs are tasks that we want mentioned in the code AND tracked as a task. For those, we definitely want links.
TODO Format
I agree with enforcing all TODO comments to have the same format. My preference is:
// TODO: do something
/*
TODO: do something
with some more context
*/
We've seen varied approaches to this, and it would be good to standardise - as it will help us build tooling around this later.
The text was updated successfully, but these errors were encountered: