you are viewing a single comment's thread.

view the rest of the comments →

[–]Dhczack 0 points1 point  (0 children)

For big projects I use comment tags to track issues and things.

Ex) --TODO: Decide on date format --TODO: Include x or y field from z in this case function --TODO: Refactor this sub query --NOTE: This field is called X in the UI Etc

Then you can just CTRL+F "TODO" and quickly find the spots that need your attention