4
votes
8answers
507 views

Is using a lot of free third party library a good thing?

For your proprietary projects at work? Problems I can imagine are: more dlls (can be a problem when for example you have to include a big dll but you only need few functions in that library), a lot ...