Some developers have a habit of adding a short comment consisting of
just their initials, or sometimes their initials and the date. These
comments rarely add any value to the code for anyone but the programmer
who inserted them. Additionally, do not consider such comments documentation.
If you need a comment to explain the code, add information that
will be helpful to other developers. If not, leave the comment out. It
clutters up the code and potentially adds a small overhead in any
scripting language.