• aaro@lemmy.world
    link
    fedilink
    arrow-up
    24
    ·
    2 months ago

    Nobody is arguing that you should never depend on anything and create everything yourself, but adding a dependency for literally a one liner function is awful. Like one of the Go proverbs goes, a little copying is better than a little dependency.

    • lad@programming.dev
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 months ago

      Yeah, there’s mention of doing the opposite in C++ community in a neighbouring thread