TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Where do I find good and comprehensible code to read and learn?

3 点作者 curious16超过 2 年前
After a certain point books don&#x27;t help much for learning programming. We need to either build projects of our own and for feedback we need feedback from mentors. But, in the absence of mentors, reading good code can also help.<p>I am looking for good quality code that is not humongous but quite readable. Like watching a carpenter carve wood, I want to read code that is well explained like Peter Norvig&#x27;s pytudes: https:&#x2F;&#x2F;github.com&#x2F;norvig&#x2F;pytudes.<p>If there are channels that live code projects that are not just random youtube bros doing the same type of apps (like to-do list, etc) using some popular library, suggest them too.<p>Basically I am looking for good code (medium is not a constraint) that can enhance my programming skills.

3 条评论

presheaf超过 2 年前
This is my usual recommendation: <a href="http:&#x2F;&#x2F;www.aosabook.org&#x2F;en&#x2F;index.html" rel="nofollow">http:&#x2F;&#x2F;www.aosabook.org&#x2F;en&#x2F;index.html</a>.
debanjan16超过 2 年前
This is an ongoing serious by Andrej Karpathy called Neural Networks from Zero to Hero: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLAqhIrjkxbuWI23v9cThsA9GvCAUhRvKZ" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLAqhIrjkxbuWI23v9cThs...</a>
suprjami超过 2 年前
musl-libc. Small single files with standalone functions that have a manual page to explain the interface and the intent. All that&#x27;s left is for you to understand the implementation. The code is widely considered to be some of the most readable C out there.