|
|
|
|
|
by tomatotomato37
2747 days ago
|
|
I think with C in particular it's counterbalanced by it's extreme compile times forcing devs to be picky with their libraries. Another factor that probably helps is that most operating systems are built off C derivatives and thus usually are already carrying common libararies as dlls |
|
It's a failing of the Unix model with a small silver lining in that C projects tend to go out of their way not to have to make the build any harder than it already is.