Skip to content

Instantly share code, notes, and snippets.

@JurrianFahner
Created April 18, 2016 13:20
Show Gist options
  • Save JurrianFahner/4d649d3f63dbdd081c866a40f992147e to your computer and use it in GitHub Desktop.
Save JurrianFahner/4d649d3f63dbdd081c866a40f992147e to your computer and use it in GitHub Desktop.
some interesting programming principles
DRY -> Don't repeat yourself!
YAGNI -> You aren't gonna need it (yet)
SRP -> Single Responsibility Principle (code does one thing, and only one thing very well)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment