logoalt Hacker News

inigyoulast Sunday at 11:29 AM1 replyview on HN

This really demonstrates the utility of pulling in a library written by experts in the field the library handles.


Replies

Bratmonlast Sunday at 6:53 PM

This is a problem I have a lot in modern programming ecosystems: How do I tell the difference between a library written by a team of experts who have spent decades optimizing everything to do with the task and a library written by one guy that's an unnecessary straightforward wrapper over the obvious implementation?

show 4 replies