Do you use server side comments?

Last updated by TiagoAraujo over 7 years ago.See history

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
We open source. Powered by GitHub