Hacker News new | ask | show | jobs
by AxelLuktarGott 1016 days 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

1 comments

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