|
|
|
|
|
by hansonkd
323 days ago
|
|
got me thinking that it would be interesting to remove all comments that cant be reproduced by llm on code base with comments stripped out. If the llm can produce similar enough comment from scratch, would it be better to just have an IDE that dynamically injects comments when you need as opposed to them being in version control? |
|
Comments in source code are always going to meet the maintainer's intention and will much more likely cover the use cases that comments are meant to cover - unintuitive cases or decisions, unclear algorithms, general usage to point maintainers in the right direction, and so on. More importantly, comments in the source code require no additional tools or other dependencies and as such are more dependable.