Software Engineering Team CU Dept. of Biomedical Informatics

Blog

Showing 1 of 17 results
Clear search

2024

2023

2022

Tip of the Week: Remove Unused Code to Avoid Software Decay

The act of creating software often involves many iterations of writing, personal collaborations, and testing. During this process it’s common to lose awareness of code which is no longer used, and thus may not be tested or otherwise linted. Unused code may contribute to “software decay”, the gradual diminishment of code quality or functionality. This post will cover software decay and strategies for addressing unused code to help keep your code quality high.