Tag: Duplicate Code Detection
DRY Comes to COBOL in IBM Z Development
Don’t Repeat Yourself (DRY) is a fundamental tenet of modern computer programming. Just about every CS student is taught that duplicating code in an application is an accident waiting to happen. The ...