Skip to content

Instantly share code, notes, and snippets.

@heymichaelp
Last active August 29, 2015 14:04
Show Gist options
  • Save heymichaelp/dec1a69ec4633da853f1 to your computer and use it in GitHub Desktop.
Save heymichaelp/dec1a69ec4633da853f1 to your computer and use it in GitHub Desktop.
Decorators: Example
new GenerateReportCard(student).run()
.then(function(student) {
return new EmailReportCardToParent(student).run()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment