ToDo Code Review Follow Up Items

I am trying to implement code reviews in my company, and recently we had our first code review meeting. During the meeting, several positive suggestions were made, and I added comments TODOto my code for future updates.

After reading the best practices for code verification here, I would like to keep track of all the fixes that I fixed at the beginning of the next meeting. Is there a way to add a similar type of comment to the code, for example FOLLOWUP, so that I can quickly highlight through these segments of code at the next meeting?

+3
source share
3 answers

. . , diff - , . - .

, .

EDIT:

+3

You can add your tokens (for example, "FOLLOWUP") to the list of tokens: Menu Tools - Options, option Environment / Task List.

+2
source

Source: https://habr.com/ru/post/1742833/


All Articles