Skip to content

Instantly share code, notes, and snippets.

@chilts
Created December 11, 2013 22:54
Show Gist options
  • Save chilts/7920015 to your computer and use it in GitHub Desktop.
Save chilts/7920015 to your computer and use it in GitHub Desktop.
Symmetrical comments
// I used to do this:
/*
*
* For long comments. This was in 1994.
*
*/
// Then I did this:
/**
*
* Because I liked the look of it. This was probably around 1995.
*
**/
// Then, I saw https://github.com/dannycoates/ do this:
/*/
*
* And I was hooked. It is now 2013.
*
/*/
// Why didn't I think of that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment