Ask HN: Where do I find good code to read?
1–10 of 216 posts
Re: Ask HN: Where do I find good code to read?
#2Good code is different depending on your sense of aesthetics, but also it's purpose.
Good code for an enterprise-life-blood type of system is terrible code for a "let's check if this is an idea" type of prototype (and vice versa).
For a relatively large and mature project, someone might suggest Linux, but it's a bit hardcore in my opinion. FFmpeg is actually really nice, and you can wrap your head around the general idea of how that system works, to the point where you can comfortably add new options and even introduce new codecs and containers in a few days.
Re: Ask HN: Where do I find good code to read?
#3Re: Ask HN: Where do I find good code to read?
#4There was a HN thread months ago on this topic. I recall people suggesting well known github repo’s. I’m unsure which ones but you could start at github…
Re: Ask HN: Where do I find good code to read?
#5Re: Ask HN: Where do I find good code to read?
#6https://cs.opensource.google/go/go/+/refs/tags/go1.21.0:src/...
https://cs.opensource.google/go/go/+/refs/tags/go1.21.0:src/...