That's fair, but I feel like most languages have searchable package repositories, and I'd be searching in one of those, eliminating the need for such naming.
Had a friend who worked at apple, went to netflix, and was back at apple within under a year. It may have been a move to get a raise with apple, but it could have also been a reflection on netflix. Take that for what you will.
I'm all for anything that can remove ambiguity from code where it is very likely. I notice this problem especially when I'm doing game stuff like collision detection and whatnot.
Yeah. iirc, most of their data structures are COW which can be nice, depending on what your looking for. And, as others have mentioned, they often have a simpler, if less generic, API to them.
edit: formatting