Avoid making local versions of third party or open source tools and libraries.
Tag Archives: dry
Avoid the agony of copypasta.
Problems are replicated when code is copied.
Keep it DRY.
As in, don’t repeat yourself.
Kent Beck’s Rules of Simple Design, #3
The code must contain no duplicate code.