Created
November 20, 2009 21:57
-
-
Save andyfowler/239825 to your computer and use it in GitHub Desktop.
This file contains 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
// creates a ticket with a reference to this revision, file, line # and author | |
// by default, the ticket is assigned to the author who committed it | |
$temporaryCode = 'hack'; // @TODO Add official code when x module completed.... | |
// optionally assign the ticket to somebody else | |
$temporaryCode = 'hack'; // @TODO ([email protected]) Figure out the best way to handle this | |
// looks for references to other tickets to add dependencies | |
$temporaryCode = 'hack'; // @TODO Can't fix this until #207 is resolved | |
// it could theoretically be possible to resolve tickets when a TODO is removed | |
// might be bad |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment