DRY fixing bugs

Omkar Birade
2 min readApr 19, 2021

Being a developer we often spend more time fixing bugs than developing features(introducing new bugs 😜).

Source: starecat.com

As the code evolves, bugs increase as well. We often see more bugs being added to bug backlog than being fixed in the sprint.

Bugs in production may not just cost millions of dollars but often days of the time that would rather have been spent in development.

--

--