|
|
|
|
|
by capdeck
1438 days ago
|
|
I disagree with "bloat" comments. First, the binary will only have stuff you use. Secondly, the fact that you are not writing from scratch code that someone else had more time to write and test - this is a huge plus. I'd use your implementation any day vs. something that someone could put together in C with no dependencies and remarkable pointer math equilibristics. As long as the use of dependencies remains reasonable, the number of dependencies does not immediately mean that the code is "bloated". |
|