Comment on The destructive desktop — Linux in trouble?parentComments−lmm14yHe's using hash tables, so he's using glib2, and that's far better than everyone implementing their own hash table.−anon138514yFalse dichotomy. Libraries that provide basic data structures should not have external dependencies. The issue isn't whether or not to use libraries, it is how the functionality of the libraries is organised.
Comments
He's using hash tables, so he's using glib2, and that's far better than everyone implementing their own hash table.
False dichotomy. Libraries that provide basic data structures should not have external dependencies. The issue isn't whether or not to use libraries, it is how the functionality of the libraries is organised.