In our code, we currently use the following tags, which, in turn, can be listed in the visual studio task list:
TODO to indicate the tasks inside the code that need to be completed
// TODO: optimize this loop
HACK, to mark a code that exists only for something to work at the moment, for example, for a presentation
REVIEW to mark part of the code that has been viewed and requires some editing
FIXED to mark REVIEW-codesegments corrections that have been fixed so that the observer can see that corresponding changes have occurred.
? , ( ) ( 10 )? ?