Ask HN: What open source project, in your opinion, has the highest code quality?
1–10 of 18 posts
Re: Ask HN: What open source project, in your opinion, has the highest code quality?
#2Re: Ask HN: What open source project, in your opinion, has the highest code quality?
#3> The reliability and robustness of SQLite is achieved in part by thorough and careful testing. As of version 3.23.0 (2018-04-02), the SQLite library consists of approximately 128.9 KSLOC of C code. (KSLOC means thousands of "Source Lines Of Code" or, in other words, lines of code excluding blank lines and comments.) By comparison, the project has 711 times as much test code and test scripts - 91772.0 KSLOC.
Plus they have a whole page on their site about testing [1]. Which is more then you can say about a lot of open source projects.
Re: Ask HN: What open source project, in your opinion, has the highest code quality?
#4Re: Ask HN: What open source project, in your opinion, has the highest code quality?
#5I would suggest starting with qmail and looking at the (very mainstream) patches that people are running on top of it.
tinydns is also worth a look.
Re: Ask HN: What open source project, in your opinion, has the highest code quality?
#6Re: Ask HN: What open source project, in your opinion, has the highest code quality?
#7Re: Ask HN: What open source project, in your opinion, has the highest code quality?
#8Laravel is incredibly well crafted and documented, one of the highest quality OSS projects ever, IMHO.
Re: Ask HN: What open source project, in your opinion, has the highest code quality?
#9requests, the python package for HTTP/S