Hacker News new | ask | show | jobs
by badlucklottery 62 days ago
>WET - Write Everything Twice

I've always heard this as the "Rule of three": https://en.wikipedia.org/wiki/Rule_of_three_(computer_progra...

1 comments

Antymony with DRY
Probably the second rewrite is really tight with good abstractions and little repetition.

So no, the end result can still be DRY.