//TODO
//HACK
//FIXME
Working with Visual Studio, you can use Task list to help remember where in the code needs extra attention later. Simple comment the code above with the preset Tokens, you may find it extremely useful to remind yourself and review your work with them.
e.g.
//TODO: Need to check the conditions for this line to execute
//HACK: did a quick fix to the issue, but need more time to review and find proper fix later
//FIXME: The return value is incorrect
Custom the token:
Preferences > Task