▲ | 1718627440 4 days ago | |||||||
In C and C++ you don't need the transitive dependencies for compilation, you only need the header of the direct dependencies. As for linking they are only needed when linking dynamically, which was much less prevalent 20 years ago. | ||||||||
▲ | saulpw 3 days ago | parent [-] | |||||||
It's not about compilation, it's about interactions, and leaky abstractions. | ||||||||
|