• 5 Posts
  • 84 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle











  • Is the culture of Rust/Cargo getting as bad as JS/NPM these days

    Thanks for saying it.

    When I see some rust projects, they looks like they where managed by JS devs (“1 need, 1 package”) that want to do compiled language… The amount of dependencies can be utterly insane.

    For me, it mostly means rust have a strong package system, not that rust have good devs.

    I’m doing Python at work and you have to use a many pypi package for financial reasons (yet, I restrict myself as much as possible), but seeing this mindset is scope specific open source project is crazy.

    All of this does not means all rust (or JS) devs are bad, its just a consequence of bringing code to the masses: Its a good thing in many way. Lets acknowledge this and not being impressed by badly engineered dependency choices.