▲ | bunderbunder 4 days ago | ||||||||||||||||||||||||||||||||||
C has a lot of characteristics beyond simple lack of a standard automatic package manager that complicate the situation. The more interesting comparison to me is, for example, my experience on C# projects that do and do not use NuGet. Or even the overall C# ecosystem before and after NuGet got popular. Because then you're getting closer to just comparing life with and without a package manager, without all the extra confounding variables from differing language capabilities, business domains, development cultures, etc. | |||||||||||||||||||||||||||||||||||
▲ | Groxx 4 days ago | parent [-] | ||||||||||||||||||||||||||||||||||
when I was doing C# pre-nuget we had an utterly absurd amount of libraries that nobody had checked and nobody ever upgraded. so... yeah I think it applies there too, at least from my experience. I do agree that C is an especially-bad case for additional reasons though, yeah. | |||||||||||||||||||||||||||||||||||
|