11 ms·
>WET - Write Everything Twice I've always heard this as the "Rule of three": https://en.wikipedia.org/wiki/Rule_of_three_(computer_programming) https://en.wiki
by badlucklottery 5mo ago
>WET - Write Everything Twice
I've always heard this as the "Rule of three": https://en.wikipedia.org/wiki/Rule_of_three_(computer_programming) https://en.wikipedia.org/wiki/Rule_of_three_(computer_progra...
- hackable_sand 5mo agoAntymony with DRY
- deleted 5mo ago[deleted]
- jpfr 5mo agoProbably the second rewrite is really tight with good abstractions and little repetition. So no, the end result can still be DRY.