this post was submitted on 21 Mar 2025
223 points (97.0% liked)

Programmer Humor

35186 readers
110 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Venator@lemmy.nz 1 points 1 month ago (2 children)

Nah its mostly nuget packages. And everything has more dependencies now, including all the dependencies ๐Ÿ˜…

[โ€“] pastermil@sh.itjust.works 3 points 1 month ago (1 children)

nuget packages? is that what we can node_modules these days?

[โ€“] YellowTraveller@lemm.ee 1 points 1 month ago (1 children)

Nuget is dotnet's package manager

[โ€“] pastermil@sh.itjust.works 1 points 1 month ago

Lmao, I guess I wasn't too far off.

[โ€“] sleeplessone@lemmy.ml 1 points 1 month ago (1 children)

C# is usually used server-side. How would nuget bloat affect client-side applications that users use?

[โ€“] Venator@lemmy.nz 2 points 1 month ago

I meant node packages ๐Ÿ˜…. C# can be used in front end too though, but probably quite rarely used ๐Ÿ˜