DRY and CI/CD
DRY is the well-known best practice of not duplicating code so that code can be more maintainable and readable. Is this concept applicable to CI/CD?
At first look, many applications have similar steps when they get built and deployed. At an organizat...
gaunacode.com3 min read