Register / Log in

Tag Archives: task tag

20
February

Task Tags

Written by RB Whitaker. View Comments Posted in: General Programming Tips
Tagged with , , ,

The Eclipse IDE  has built in what they call task tags.  These are little tags in the comments that indicate that something needs to still be done.  An example of this is the popular TODO tag.  I see a lot of people using this tag, and sometimes, even IDEs add them in for you.  Eclipse [...]