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?
source
share