DEV Community

Cover image for When DRY Doesn't Work, Go WET
Hardik Lakhani
Hardik Lakhani

Posted on

When DRY Doesn't Work, Go WET

Hello Techies,

Today I've bring new technique for newbie coders who try to follows coding standards in their projects. Hope you guys gone through universal coding standards, there is one technique mentioned named 'Go DRY(DON'T REPEAT YOURSELF)' which is generally misunderstood by many newbie or even experience developer too.

I've seen this mistake many times, and I've made it myself. When you first read about the DRY programming concept, you probably misunderstood it.

To Checkout full Article : https://www.technoblogs.ml/2020/08/when-dry-doesnt-work-go-wet.html

Top comments (0)