Tag: DCD
![IBM Ansible DRY Comes to COBOL in IBM Z Development](https://devops.com/wp-content/uploads/2020/05/DRY-Comes-to-COBOL-in-IBM-Z-Development.jpg)
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 ...