XMonad window manager written in Haskell.
Ask HN: What open source project, in your opinion, has the highest code quality?
11–20 of 294 posts
Re: Ask HN: What open source project, in your opinion, has the highest code quality?
#12Good code bases that inspired larger projects: MINIX, KHTML
Re: Ask HN: What open source project, in your opinion, has the highest code quality?
#13Re: Ask HN: What open source project, in your opinion, has the highest code quality?
#14Gensim : https://github.com/RaRe-Technologies/gensim
[Can't speak for the 'highest' part of the qn, but Gensim upholds very high code quality standards]
Re: Ask HN: What open source project, in your opinion, has the highest code quality?
#15Lua: https://www.lua.org/
Re: Ask HN: What open source project, in your opinion, has the highest code quality?
#16[deleted]
Re: Ask HN: What open source project, in your opinion, has the highest code quality?
#17Python core libraries have great code. You can open pretty much any module and be able to understand the source without much context.
Re: Ask HN: What open source project, in your opinion, has the highest code quality?
#18When we take the language into consideration, unwound like to mention Redis.
Often codebases written in C are a a mess to understand, a mess to read. The Redis Source Code is understandable even without deep knowledge of C
Re: Ask HN: What open source project, in your opinion, has the highest code quality?
#19In PHP land where I spend time for work.
Hands down Symfony.
Re: Ask HN: What open source project, in your opinion, has the highest code quality?
#20OpenBSD and Co. (OpenSSH, etc.) * https://cvsweb.openbsd.org/src/ * https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/ * https://www.libressl.org/ * https://cvsweb.openbsd.org/src/usr.sbin/ntpd/
for sure not. OpenBSD makes no attempt to use proper performance which is critical for a kernel. there are so many naive ad-hoc data structures and algos, it's a shame to walkthrough.