Hacker News new | ask | show | jobs
by scott_s 5429 days ago
Yeah, I was thinking of the people who are violently opposed to it. And, man, I have to admit I really don't get that attitude. There are some well-designed libraries in there, and you can pick-and-choose which libraries you want to use.

I respect people's decision, I guess I just don't understand it.

1 comments

When I have to compile your program which uses that oh-so-useful Boost library, I curse you to the skies.
I haven't used C++ since college so I don't understand why this would be an issue.
If you don't have an easy way of installing boost, it becomes complicated - just to compile one program.

That said, boost is a dependency that pays off in terms of programmer time if what you're doing is complicated enough (in other words, if you think you might reimplement some part of boost, you're better off using it as a dependency instead.)

Boost is installed standard with most Linux distributions now.