Pythons Package Installer is Confusing - What can we Learn from Node.js?

Поделиться
HTML-код
  • Опубликовано: 28 авг 2024

Комментарии • 2

  • @raianmr2843
    @raianmr2843 Год назад +1

    Node is yet another clusterfuck on its own. I moved from NPM to Yarn thinking it'd be better but apparently you can't install Firebase's sdk without getting bombarded with a bunch of practically useless warnings that you cannot even disable every single time you do `yarn add` something. And don't even get me started on the 'speed' of these tools. NPM/Yarn/PNPM whatever literally every single option is slow af, like it can even take minutes before you can finally start working. Go and Rust have it way, way better imo.

    • @IanWootten
      @IanWootten  Год назад +1

      Yeah, I did only focus on the pro's in this one. There's also the fact that it has modules like pad-left and all the fun that entails.