Skip to content

Instantly share code, notes, and snippets.

@0xPr0xy
Created September 18, 2015 13:59
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 0xPr0xy/3bce2338d3c98c5363db to your computer and use it in GitHub Desktop.
Save 0xPr0xy/3bce2338d3c98c5363db to your computer and use it in GitHub Desktop.
Interface:
interface name + 'Interface' as suffix
Abstract class:
prefix with 'Abstract' + class name
Trait:
trait name + 'Trait' as suffix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment