• I Cast Fist@programming.dev
      link
      fedilink
      arrow-up
      12
      ·
      1 day ago

      “Yes, I’d like a wheel. I don’t want to invent it. Why, of course, give me the full package of wheel, axis, rotor, engine, fuel tank, windshield, mirrors, tire, front panel, brakes. This wheel will be great for me manually spinning cotton!”

    • Shayeta@feddit.org
      link
      fedilink
      English
      arrow-up
      72
      ·
      2 days ago

      But I don’t NEED a wheel, I just need a tarp to put over this metal frame on my patio, and for some reason the tarp manufacturer attaches wheels and plane wings to it!?

    • fmstrat@lemmy.nowsci.com
      link
      fedilink
      English
      arrow-up
      14
      ·
      2 days ago

      The problem is “I need function, library with 1000 functions has function, include.” Library’s 823rd function turns out to have a vulnerability.

    • dejected_warp_core@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      1 day ago

      You say that, but I’ve watched the JS community move from one framework and tool suite to the next quite rapidly. By my recollection, I’ve seen a wholesale change in popular tooling at least four times in the last decade. Granted, that’s not every developer’s trajectory through all this, but (IMO) that’s still a lot.

      • bleistift2@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 day ago

        But changing frameworks is not why node_modules is so large. You don’t import Angular and Vue.

        • dejected_warp_core@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          24 hours ago

          I agree. Rather each one of those is rather substantial on its own. Plus the churn of going from framework to framework makes it less useful to compress and bundle all this stuff into fixed versions on a slower schedule (e.g. like Ubuntu packages do). I think that all contributes to bloat.