Skip to content

Instantly share code, notes, and snippets.

@slowjud
Created January 30, 2015 05:04
Show Gist options
  • Save slowjud/d286e93e7785126dc049 to your computer and use it in GitHub Desktop.
Save slowjud/d286e93e7785126dc049 to your computer and use it in GitHub Desktop.

Pull Request Checklist

Always

There is no excuse for not following these

  • It solves the problem.
  • It doesn't break Demeter.
  • It follows single responsibility.
  • Naming is declarative.
  • It's DRY.
  • It's tested.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment