this post was submitted on 13 Oct 2023
292 points (80.9% liked)

Programmer Humor

31324 readers
19 users here now

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

Rules:

founded 4 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 9 months ago (3 children)
[–] olutukko@lemmy.world 3 points 9 months 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 9 months ago
[–] Sprout4426@lemmy.world 1 points 9 months 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 9 months 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).