←back to thread

278 points jwilk | 1 comments | | HN request time: 0s | source
Show context
bryanlarsen ◴[] No.44382391[source]
> The point is that libxml2 never had the quality to be used in mainstream browsers or operating systems to begin with

I think that's seriously over-estimating the quality of software in mainstream browsers and operating systems. Certainly some parts of mainstream OS's and browsers are very well written. Other parts, though...

replies(2): >>44383097 #>>44384586 #
karel-3d ◴[] No.44384586[source]
I have only experience with Chrome codebase and while it's C++ (which I don't personally like) it's pretty solid and most of the weird hairy stuff were the external linked libraries. But I didn't poke around THAT much.
replies(2): >>44384647 #>>44386379 #
1. prmoustache ◴[] No.44386379[source]
Using badly written external linked library is bad software engineering / quality too as the responsibility lies into who are linking it.