• lockhart
    link
    fedilink
    arrow-up
    31
    arrow-down
    2
    ·
    1 month ago

    This can happen in any project that uses dependencies, javascript or not

    • darklamer@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      49
      ·
      edit-2
      1 month ago

      Sure, but when was the last time you saw, say, a Python project using some third-party library instead of simply calling isnumeric() from the standard library?

      There’s a reason for these jokes always being about Javascript.

      • FlorianSimon@sh.itjust.works
        link
        fedilink
        arrow-up
        19
        arrow-down
        5
        ·
        edit-2
        27 days ago

        Python has other stupid problems related to pip. As much as stupid micro-dependencies suck in Javascript, they’re not the shitshow managing dependencies in Python is. It’s an inefficiency that never actually caused me noticeable issues in my former webdev life.

        And let’s not talk about C++… People reinvent all sorts of wheels all the time because sharing anything is so annoying.

        • boonhet@lemm.ee
          link
          fedilink
          arrow-up
          17
          ·
          1 month ago

          And let’s not talk about C++…

          Don’t worry, people make plenty of jokes about C++ too.

          Hell, people joke about my favourite language too - Cargo build times are a meme unto themselves.

          I don’t think there’s a truly great dependency management system there. Though all in all, I’ve generally had no MAJOR issues with Cargo, Maven or Gradle.

          • FlorianSimon@sh.itjust.works
            link
            fedilink
            arrow-up
            6
            arrow-down
            6
            ·
            1 month ago

            I know it is, and I find it to be a pretty ridiculously complex fix for a self-inflicted wound.

            The disruption it’s caused me outweighs by far any minor inconvenience with the multiplication or micro packages in the NodeJS world. There’s that, and the Python 2 vs 3 shitshow from which the world still hasn’t fully recovered from yet.

            I mean it: Python has no business laughing at Javascript. Get your act together, snek 😜