• @[email protected]
    link
    fedilink
    48 days ago

    I 98% agree. Only thing I’m not sure about is if third copy/paste is always a bad thing. There are things like configuration and templates where independency is more important than DRY. Sometimes you do those through code.

    • @KellysNokia
      link
      28 days ago

      Yeah in reality it’s even the fourth or fifth copy-paste that actually warrants generalizing, inevitably I find some tweak I need to make to two of the places to render the original generalization a waste of time

      But if you are going to copy and paste make sure you keep it as similar as possible to the other instances to make it easy to refactor if you revisit in future

    • bugsmithOP
      link
      fedilink
      18 days ago

      Totally agree. Like most “rules”, it just needs treating with nuance and context.