top | item 37333727

(no title)

AxelLuktarGott | 2 years ago

I find bad abstractions to be a much greater liability than unabstracted code that could be combined into one function but isn't.

It's relatively easy to combine code and much harder to disentangle it

discuss

order

tasubotadas|2 years ago

I second this. Only remove duplication when it either becomes super obvious or painful.