logoalt Hacker News

skydhashyesterday at 11:38 AM1 replyview on HN

> But if you need to bring in 100 different libs (because you bring in 10 libs which in turn brings in 10 libs

So don’t?

With manual deps management, everyone soon gravitates to a core set of deps. And libraries developer tends to reduce their deps needs, That’s why you see most C libraries deals with file formats, protocols, and broad concerns. Smaller algorithms can be shared with gists and blog articles.


Replies

habineroyesterday at 4:55 PM

> Smaller algorithms can be shared with gists and blog articles

You just invented a worse Stack Overflow.

Using libraries is good, actually.

show 1 reply