Skip to content

Instantly share code, notes, and snippets.

@stemount
Created May 18, 2020 18:13
Show Gist options
  • Save stemount/05ca7ced5431c93f8110c9f981520254 to your computer and use it in GitHub Desktop.
Save stemount/05ca7ced5431c93f8110c9f981520254 to your computer and use it in GitHub Desktop.
If you are sharing code with `@todo` tags, definitely share via Gist as those not using IDEs like Sublime/whatever won't have `@todo` highlighted
// @todo #winning is subjective and should not always return true.
winning = function () {
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment