Last Updated: February 25, 2016
·
496
· jamesking56

DRY Approach

Don't repeat yourself.

When you are programming (in any language), its generally a good practice to never repeat yourself.

I always try and create functions or methods when I need to run a piece of code multiple times.

Just a quick tip ;)