Ask HN: Does documentation for programming languages matter anymore?
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?
4 comments
[ 5.1 ms ] story [ 18.5 ms ] threadAs 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.
Can AI or even human realize the reason by looking at no-ops?