Created
May 18, 2020 18:13
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// @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