Clean Code Tip 9: Don't repeat yourself (DRY)
DRY is a design principle that states: Every piece of knowledge or logic in a system should exist in only one place.
Failure to adhere to the DRY principle often results in redundant code appearing in
codeclarityclub.hashnode.dev2 min read