this post was submitted on 13 Oct 2023
316 points (81.2% liked)

Programmer Humor

32398 readers
920 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Sorry Python but it is what it is.

you are viewing a single comment's thread
view the rest of the comments
[–] Andrew15_5@mander.xyz 7 points 1 year ago (3 children)
[–] olutukko@lemmy.world 3 points 1 year ago (1 children)

What's the difference? I'm currently doing my web developement 2 course where we started using react so I'm typing npm to terminal all the time :D

[–] spiderplant@lemm.ee 1 points 1 year ago
[–] Sprout4426@lemmy.world 1 points 1 year ago (1 children)

I really dislike pnpm, if everyrhing you do is install and build then if doesnt matter what you use, if you do anything complex pnpm will come back to bite you. Yarn is a good middle ground

[–] Andrew15_5@mander.xyz 1 points 1 year ago

You literally didn't gave any arguments why you really dislike pnpm. The most obvious benefit is several times faster installations. It also have resolved some peer dependencies (I don't remember details).