Generally I think having TODOs/debt annotated in c...
# core
t
Generally I think having TODOs/debt annotated in code is OK and we want to encourage folks to ship (tested) code quickly without having to be perfect or with all features implemented. But those TODOs should not be hidden and the best practice that I'm aware of is to have an issue for each, aka TODO(ISSUE#).