DEV Community

Discussion on: Stop trying to be so DRY, instead Write Everything Twice (WET)

Collapse
 
n13 profile image
Nik

It's not about whether it's the same logic, it's about whether it's the same thing.

If your app features a yellow submarine and a banana, you wouldn't want to abstract out the colour yellow as they're two totally different things.

Collapse
 
juliuskoronci profile image
Igsem

Well you would abstract out the color into a colors constants TBH :D