5 ms·
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 combi
by AxelLuktarGott 3y 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
- tasubotadas 3y agoI second this. Only remove duplication when it either becomes super obvious or painful.