Register / Log in
20
February

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 has three task tags built in by default.  A TODO tag, a FIXME tag, and an XXX tag.  When you see a TODO tag in a comment, you know that something still needs to be done.  The FIXME tag is a more serious problem that should be addressed right away.  The XXX tag–well who knows what it means, but I think somebody failed to think about the name they are using.

Even though Eclipse defines several task tags for you, you can use whatever task tags you want.

There are several that I find very useful:

 

 

 

Perhaps you have your own that you use.  Please share your ideas in the comments!

View Comments

blog comments powered by Disqus