Live data from Hacker News

Ask HN: What are the “best” codebases that you've encountered?

news.ycombinator.com

1–10 of 278 posts

Ask HN: What are the “best” codebases that you've encountered?

#1
I am rather fond of the concepts described in "Clean Code" by Robert Martin but it seems that in real life, a really high-quality codebase is hard to come by.

While I am asking myself this question, the only one that popups to my mind would be Laravel: https://github.com/laravel/laravel (PHP)

One could think that a codebase as popular as React (https://github.com/facebook/react) would be a perfect example of "clean code" but with a glance, I personally don't find it very expressive.

This may all be very subjective but I would love to see examples of codebases that member of this community have enjoyed working with

Re: Ask HN: What are the “best” codebases that you've encountered?

#10

What do you like about Laravel and dislike about React? I like the Linux kernel codebase: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...

> I like the Linux kernel codebase

Same here, I was looking at linux kernel network code lately and I was surprised by how clean and easy to follow it was.

Post reply on HN