The indicated comment is a TODO comment. TODO comments are often used to indicate code that is incomplete. This may be necessary during the implementation of new functionality but TODO comments should not be present in stable code. Any TODO comments should be reviewed and the code completed as soon as possible to avoid the accumulation of partially implemented features.

Implement the functionality indicated by the comment. If the comment no longer applies, delete it to avoid confusion.

  • Wikipedia: Comment tags
  • TODO or not TODO
  • The case against TODO