Don't Repeat Yourself
herein I repeat standard advice
By Faith Okamoto
A recent pull request I made was supposed to just add a small function to a larger codebase. But, while poking around the code, I ran into egregiously non-DRY bits. Being who I am1, I refactored. Today’s rant is about DRY coding. I’m aware this has been done to death...
[Read More]