The great importance of keeping the code DRY

DRY code

Sometimes, developers encounter a code that was developed before they started working on it. They often work on ongoing projects and have to adapt to what was previously done.A very important aspect of development is to also think about the side effects and how would a developed code behave in the future. This is the […]