|
|
|
|
|
by moe_sc
529 days ago
|
|
That doesn't sound future proof. People leave projects/companies, people forget. Code comments are also far from good. They have the same issue as duplicatet code. Comment and code age indiviually. Now you have to maintain both and it's for them to diverge. Git commits are a snapshot of the codebase. Commit messages in them are pinned to a code version. Comments in commit messages are therefore always tied to the right version of code. |
|
If somebody asks a question that can only be asked by looking in a commit message that usually represents a failure in one of those docs.