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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Does documentation for programming languages matter anymore?

2 点作者 Gtex555大约 2 个月前
So does documentation for programming languages matter anymore (at a the lower levels)? Sure if a programming language has better documentation the LLM can understand it better and give better suggestions but on a personal level if I'm learning a language any decent LLM should be enough right?

3 条评论

billconan大约 2 个月前
I don&#x27;t think the purpose of documentation is to explain the what, but the why.<p>As an example, in a device driver project, we need to send no-ops to the hardware to slow it down, in order to alleviate a hardware overheating issue.<p>Can AI or even human realize the reason by looking at no-ops?
JohnFen大约 2 个月前
I think documentation remains essential. Ignoring issues about the quality of LLM responses, the conversational nature of using them doesn&#x27;t lend itself well to some of the needs that documenation fills.
creer大约 2 个月前
I don&#x27;t understand, (eventually) you can read the documentation yourself or you can chat with a bot &#x2F; agent that has read the documentation. Either way, not much happens if there is no documentation, no? (Never mind, that launching with minimal documentation is still a thing even for giant projects... - and a good reason to drop them as soon as we notice.)