Comment on How to properly document code?
superb@lemmy.blahaj.zone 1 year agoIf it’s not exactly novel, how many comments do you really need?
An LLM is just gonna describe the code it sees. Good comments should include information and context that is not already in the source.
CookieOfFortune@lemmy.world 1 year ago
I’m mostly talking about when you need to use JSDoc format which are usually for interfaces, so it’s usually just a chore for humans.
Probably harder to get good comments inside code, but it might still be possible.