Do you use server side comments?

Updated by TiagoAraujo 8 years ago. See history

123

Use server side comments:

  • Use <%-- Comment Here --%> instead of <!-- Comment Here --> (Does not get rendered to the client, saves us a few precious kilobytes)
  • Use CTRL + K, C to comment and CTRL + K, U to uncomment