Skip to content

Instantly share code, notes, and snippets.

@heymichaelp
Last active August 29, 2015 14:04
Show Gist options
  • Save heymichaelp/a402eedacee9d8e588c5 to your computer and use it in GitHub Desktop.
Save heymichaelp/a402eedacee9d8e588c5 to your computer and use it in GitHub Desktop.
Decorators: Example
new EmailReportCardToParent(new PrintReportCard(new GenerateReportCard(student))).run()
@joezimjs
Copy link

GenerateReportCard isn't a decorator for itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment