Tag Archives: Programming

making it DRY-er

I am a huge fan of DRY (don’t repeat yourself). It has the obvious perk of making code easier to read and comprehend. There are also other benefits that are less obvious.

Posted in Computers, Programming | Tagged | Leave a comment