|
|
|
|
|
by drewda
1624 days ago
|
|
Instead of pointing a finger at Facebook, I'd scoff at C++ and the way in which the language has grown where orgs build up their own utility libraries rather than depend on a standard library. That said, this is an issue for other languages as well. Another example: the "Google core libraries for Java": https://github.com/google/guava |
|
If I was using java or python I'd definitely not use the standard things most of the time either because it's more than likely that there's a more efficient way in some other library, and because my main paycheck comes from "can you make this as fast as technically possible given this average consumer hardware"-problems