Skip to content

Instantly share code, notes, and snippets.

@andyfowler
Created November 20, 2009 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andyfowler/239825 to your computer and use it in GitHub Desktop.
Save andyfowler/239825 to your computer and use it in GitHub Desktop.
// 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 (jsmith@nutshell.com) 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